Jan 29, 2008 #1 tuzojazz Programmer Dec 26, 2005 58 MX Hi: how can I remove drop-down box items? Thanks!
Jan 29, 2008 #2 trollacious Programmer Sep 29, 2004 4,046 US Check the Javascript FAQs for dynamic listboxes. Lee Upvote 0 Downvote
Jan 29, 2008 #3 dwarfthrower Programmer Apr 22, 2003 1,625 AU Or: Code: document.body.innerHTML = ""; But that might remove them a little too well [sub]Never be afraid to share your dreams with the world. There's nothing the world loves more than the taste of really sweet dreams.[/sub] Webflo Upvote 0 Downvote
Or: Code: document.body.innerHTML = ""; But that might remove them a little too well [sub]Never be afraid to share your dreams with the world. There's nothing the world loves more than the taste of really sweet dreams.[/sub] Webflo
Jan 30, 2008 #4 Lowet Programmer Jan 10, 2008 121 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]