•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 397,983 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,719 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 6516 | Replies: 3
![]() |
Hi all..
I am having two dropdown list boxes in my .aspx page
They are ddl1 and ddl2...
Now if i change the selected index of the first box (ddl1), the selected index of the second dropdownlist must automaticlly set to zeroth index..i.e index of the second dropdown list box should be set to zero..Somebody provide me with the code in java script as early as posible..
Regards,
Balagurunathan S
I am having two dropdown list boxes in my .aspx page
They are ddl1 and ddl2...
Now if i change the selected index of the first box (ddl1), the selected index of the second dropdownlist must automaticlly set to zeroth index..i.e index of the second dropdown list box should be set to zero..Somebody provide me with the code in java script as early as posible..
Regards,
Balagurunathan S
•
•
Join Date: Aug 2007
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
javascript Syntax (Toggle Plain Text)
document.getElementById('ddl2').selectedIndex = 0;
cya
Thanks Nandem..I got it...
Regards,
Bala
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
- Dropdown list in ASP.NET - How to get value selected (ASP.NET)
- How to move a selected item up/down in List Box? (C++)
- problem in listing directories in list box (Java)
- Error in loading items into a Dropdown list box in an ASP .net Page (ASP.NET)
- how to access dropdown list entries in python psp site (Python)
- list box --php issue (PHP)
- How to Embed CheckList Box on HTML Page using Java Script (HTML and CSS)
- A question on java script?(Please answer ASAP) (Java)
- DropDown List (VB.NET)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: progress bar for fileupload using javascript
- Next Thread: Password protect code


Linear Mode