DDL Keep repeating.. on same page once selected.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • princelindie
    New Member
    • Feb 2008
    • 28

    DDL Keep repeating.. on same page once selected.

    My code is similar to the one below.
    Code:
    <html>
    <head>
    <script src="selectuser.js"></script>
    </head>
    <body><form> 
    Select a User:
    <select name="users" onchange="showUser(this.value)">
    <option value="1">Peter Griffin</option>
    <option value="2">Lois Griffin</option>
    <option value="3">Glenn Quagmire</option>
    <option value="4">Joseph Swanson</option>
    </select>
    </form><p>
    <div id="txtHint"><b>User info will be listed here.</b></div>
    </p></body>
    </html>
    each time i select something output the result and also show a new DDL and option.. So i having several DDL apparing one at a time when i select an option in the DDL.
    Please help...
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    I dont understand...

    Do you have an online example?

    Comment

    • princelindie
      New Member
      • Feb 2008
      • 28

      #3
      Not too worry.. Thanks anyway

      Comment

      Working...