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 Link to comment https://forums.phpfreaks.com/topic/128860-solved-looking-for-a-script/ 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> Link to comment https://forums.phpfreaks.com/topic/128860-solved-looking-for-a-script/#findComment-668036 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 Link to comment https://forums.phpfreaks.com/topic/128860-solved-looking-for-a-script/#findComment-668038 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.