IntelliJ Java IDE
The moose likes HTML, CSS and JavaScript and the fly likes Issue in Dynamically created Select tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Issue in Dynamically created Select tag" Watch "Issue in Dynamically created Select tag" New topic
Author

Issue in Dynamically created Select tag

ravindra patil
Ranch Hand

Joined: Sep 01, 2006
Posts: 190
Its not a issue ,

Let me explain whats happening , i have created
<select> tag with some options value.
say i have contry field based on selected counntry i am creating <select> tag with city as Options but if i select another country then my nee cities gets appended to existing ciities , i need to clear already populated cities ..

any body have idea?
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15003
Remove the options


Eric
ravindra patil
Ranch Hand

Joined: Sep 01, 2006
Posts: 190
wow ...Eric Rocks ONCE again
 
 
subject: Issue in Dynamically created Select tag
 
Threads others viewed
Dout on EL question in Enthuware test Kit?
Struts help
Selecting value in select tag
'title' attribute for 'select' not workin in IE
How to insert at runtime using AJAX
MyEclipse, The Clear Choice