User Profile

Collapse

Profile Sidebar

Collapse
misterdavid
misterdavid
Last Activity: Oct 17 '08, 11:37 AM
Joined: Sep 25 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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.
    See more | Go to post

    Leave a comment:


  • misterdavid
    started a topic JavaScript form within ASP.NET webpage

    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'));
    ...
    See more | Go to post
No activity results to display
Show More
Working...