ballouta Posted October 17, 2008 Share Posted October 17, 2008 Hello I am looking for a drown-down box, the same as we usually use in html. but when a title selected, it goes to a specific web address. what do you call this? where do i find it? thank you Quote Link to comment Share on other sites More sharing options...
rhodesa Posted October 17, 2008 Share Posted October 17, 2008 off the top of my head: <select onchange="if(this.value) window.location.href=this.value;"> <option value="">Pick a place...</option> <option value="http://www.google.com">Google</option> <option value="http://www.yahoo.com">Yahoo</option> <option value="http://www.msn.com">MSN</option> </select> Quote Link to comment Share on other sites More sharing options...
ballouta Posted October 17, 2008 Author Share Posted October 17, 2008 yes it is working and very nice thank you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.