Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.
This seems simple, but I'm getting headaches trying to make it work...I have a drop-down menu on a web page. I want to make it so that when the user clicks on an option, they are taken to that page.I heard something about "onclick" but I also heard that won't work in IE (*censored*, does anything work in IE???). I also heard about the <select> tag having a "onchange" event, but I haven't been able to find anything of the sort.I have an idea, but no idea how to implement it. Can I make a onchange event for the <select> so that it changes pages to the value of the selected option?
window.location = "(URL)"
top.window.yourFrame'sName.location.href = ...
top.window.parentFrame'sName.childFrame'sName.location.href =