
June 24th, 2004, 09:22 AM
|
|
Contributing User
|
|
Join Date: Aug 2002
Location: Quazar
Posts: 207
Time spent in forums: 5 m 36 sec
Reputation Power: 11
|
|
Target _Blank in Select Tag
Is there anyway to modify this script so that when someone selects an option on the pulldown menu, a new pages loads (target=_blank) with that selection???
PHP Code:
<select name="name" onChange="location=this.options[this.selectedIndex].value;" class="FormFont">
So instead of the selection opening in the same page, a new window opens.
Thanks
|