Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~327 People Reached
Favorite Forums
Favorite Tags
Member Avatar for DNRSmitty

Here's how to dynamically fill a dropdown box depending on the selection of another dropdown box. I looked all over the web, and in this forum, finally I found someone who knew what they were talking about and actually had code that worked. :lol: [code] <[EMAIL="%@LANGUAGE="]%@LANGUAGE="Javascript"%[/EMAIL]> <html> <head> <title>Load Dropdown</title> …

0
111
Member Avatar for DNRSmitty

Here is some more code that I tried, but failed to get to work. Anybody know what I'm doing wrong? I put in some displays to see if the onChange command was trying to execute the function, and it was.:eek: [ TAG !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! <%@LANGUAGE="Javascript"%> <html> <head> <title>Load Dropdown</title> <script language="JavaScript"> …

Member Avatar for DNRSmitty
0
61
Member Avatar for DNRSmitty

I'm trying to fill the values of a dropdown SelectMenu depending on the selection in another menu, but this code is not working. What am I doing wrong? [<%@LANGUAGE="Javascript"%> <html> <head> <title>Load Dropdown</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript"> <!-- var tennisplayers= new array("Safin","Andre Agassi","Pete Sampras","Anna Kournik","Martina Hingis"); var cricketplayers= …

0
66
Member Avatar for DNRSmitty

How do I create a list box (pulldown menu field) that will allow the user to type in their own answer if it is not included on the list. If you know please give an example of code. Is this possible in asp or Javascript?:rolleyes: Thanks.

Member Avatar for GreenDay2001
-1
89