JamesonProd
10-10-2004, 10:45 PM
I need to go one step further than the previous poster....
I have a drop down menu box inside a frame. When the user chooses an item, it opens insided the frame (a contents frame down the left side). I need the item to open in a new window. Adding FRAMENAME or TARGET has no effect. What do I need to add to get the item to open in a new window?
ex. of code being used
<option value="http://www.cnn.com/homepage.htm" TARGET="newwin">CNN</option>
Thanks in advance.
I have a drop down menu box inside a frame. When the user chooses an item, it opens insided the frame (a contents frame down the left side). I need the item to open in a new window. Adding FRAMENAME or TARGET has no effect. What do I need to add to get the item to open in a new window?
ex. of code being used
<option value="http://www.cnn.com/homepage.htm" TARGET="newwin">CNN</option>
Thanks in advance.