kevinp
02-15-2007, 09:24 AM
I currently have a form which with a drop-down box that when selected submits the form goes off to the database and populate more boxes.
The problem is that I am currently using JavaScript to simply submit the form on the onChange event of the combo box. Is there a way to do this in another language within an ASP page as not all computers that will run the finished system will have JavaScript enabled.
Thanks
Edit: Problem solved!
I have now decided the easiest way is to provide a submit button for people that do not have JavaScript enabled in their browser.
The problem is that I am currently using JavaScript to simply submit the form on the onChange event of the combo box. Is there a way to do this in another language within an ASP page as not all computers that will run the finished system will have JavaScript enabled.
Thanks
Edit: Problem solved!
I have now decided the easiest way is to provide a submit button for people that do not have JavaScript enabled in their browser.