Submit Button Problem
Posted: Mon Apr 12, 2004 5:07 pm
OK...I have a php/javascript driven dependant select menu finally working. My problem is the submit button looks like this:
I need it to display in the current browser window, not open a new one as it currently does.
Thanks for the help! - Ryan
Code: Select all
<input type="button" value="Search!" onClick=window.open(document.myForm.myLinks.options[document.myForm.myLinks.selectedIndex].value) class="inputsbtn">Thanks for the help! - Ryan