Hi DrB, thanks for responding to my question.
The javascript is tried and tested (it produces two drop down lists, the contents of the second depending on the selection made from the first) when incorporated in a classic ASP page.
The only problem I am having is getting the script to work within an ASP.NET type page.
As soon as the javascript form is inseted between the ASP.NET form tags, it fails.
User Profile
Collapse
-
JavaScript form within ASP.NET webpage
I am converting a site from classic ASP to ASP.NET (2.0).
One page has the following JS form:
...Code:<body> <script language="JavaScript"> var Makes0Array = new Array(new Array('0','Select model ')); var Makes1Array = new Array(new Array('3','145'),new Array('11','Spider')); var Makes2Array = new Array(new Array('12','A2'),new Array('311','A3'));
No activity results to display
Show More
Leave a comment: