beachbound
12-06-2006, 05:55 PM
I have a drop down List menu, and when you select an item in the list, It pops up a New Browser as its supposed to using the target="newwin" function. But I also need to size the Popup Browser and cant seem to make it happen.
Any help would be greatly appreciated..
Here is what I have so far.
<form name="form1">
<select name="select1" size="1" style="background-color:#FFFFD7">
<option selected>Select your print Item</option>
<option value="product_display.php?category_id=5" target="newwin" >Business Cards</option>
<option value="product_display.php?category_id=5" target="newwin" >Tent Cards</option>
<option value="product_display.php?category_id=2" target="newwin" >Postcards</option>
<option value="product_display.php?category_id=8" target="newwin" >Letterhead</option>
AND SO ON..
Any help would be greatly appreciated..
Here is what I have so far.
<form name="form1">
<select name="select1" size="1" style="background-color:#FFFFD7">
<option selected>Select your print Item</option>
<option value="product_display.php?category_id=5" target="newwin" >Business Cards</option>
<option value="product_display.php?category_id=5" target="newwin" >Tent Cards</option>
<option value="product_display.php?category_id=2" target="newwin" >Postcards</option>
<option value="product_display.php?category_id=8" target="newwin" >Letterhead</option>
AND SO ON..