Hi guys, I need your help
I uploaded the file in the root ... subnav.js
I opened a new forum and I have included in the description field
HTML Code:
<div id="drop_box_nav">
<form action="#" onsubmit="return go_nav();">
<select name="my_links" id="my_links">
<option value="http://www.GOOGLE.com" target="_blank">GOOGLE</option>
</select>
<input type="submit" name="sub_nav" id="sub_nav" value="Go to URL" />
</form>
</div>
<script type="text/javascript" src="subnav.js"></script>
on index the dropdown menu is visible, I see all the sub-menus, but if you click on "Go to URL" reload the forum index
why? can anyone help me please?
thanks