Jan 29, 2008 #1 tuzojazz Programmer Joined Dec 26, 2005 Messages 58 Location MX Hi: how can I remove drop-down box items? Thanks!
Jan 29, 2008 #2 trollacious Programmer Joined Sep 29, 2004 Messages 4,046 Location US Check the Javascript FAQs for dynamic listboxes. Lee Upvote 0 Downvote
Jan 29, 2008 #3 dwarfthrower Programmer Joined Apr 22, 2003 Messages 1,625 Location AU Or: Code: document.body.innerHTML = ""; But that might remove them a little too well Never be afraid to share your dreams with the world. There's nothing the world loves more than the taste of really sweet dreams. Webflo Upvote 0 Downvote
Or: Code: document.body.innerHTML = ""; But that might remove them a little too well Never be afraid to share your dreams with the world. There's nothing the world loves more than the taste of really sweet dreams. Webflo
Jan 30, 2008 #4 Lowet Programmer Joined Jan 10, 2008 Messages 121 Location NO LOL reminds me of the [tt]FORMAT C:[/tt] hint noobs used to get in the past - Lowet [gray]Why can't all browsers parse pages the same way? It should be the Web designer who decides how to display the content, not the browser![/gray] Upvote 0 Downvote
LOL reminds me of the [tt]FORMAT C:[/tt] hint noobs used to get in the past - Lowet [gray]Why can't all browsers parse pages the same way? It should be the Web designer who decides how to display the content, not the browser![/gray]