View Single Post
  #3 (permalink)  
Old 05-04-08
Dazza30's Avatar
Dazza30 Dazza30 is offline
Registered User
 
Join Date: Mar 2006
Location: cheshire uk
Posts: 422
Thanks: 3
Thanked 1 Time in 1 Post
Dazza30 is an unknown quantity at this point
  Re: Opening a new window from an option tag

Quote:
Originally Posted by Donk View Post
You could use the form tag which does allow the target attribute.
HTML Code:
<form method="post" name="myform" action="newpage.php" target="_blank">
<select name="dropdown" onchange="myform.submit()">
<option>1</option>
<option>2</option>
</select>
</form>
I dont currently use php so how does the newpage.php work?
__________________
Reply With Quote