Here is an example. I'm trying make a link directly to a webpage with select value drop down menu using javascript. I don't remember the exact javascript that is used.
Please advise.
<FORM>
<OPTION VALUE=http://www.webdeveloper.com/forum/archive/index.php/"index.htm" selected>by category
Is it something like this :
<OPTION VALUE=fashion_women.htm onClick="parent.location='fashion_women.htm'";>Women's Fashion
Thank you.
Please advise.
<FORM>
<OPTION VALUE=http://www.webdeveloper.com/forum/archive/index.php/"index.htm" selected>by category
Is it something like this :
<OPTION VALUE=fashion_women.htm onClick="parent.location='fashion_women.htm'";>Women's Fashion
Thank you.