Im trying to us the Drop down menu (http://www.dynamicdrive.com/dynamici...bodescribe.htm) but i want it to open into a different frame. Like if you had a page with 2 frames, have the menu in one frame and have it open into the other. is this possible?
Announcement
Collapse
No announcement yet.
Menus opening in different frame
Collapse
X
-
Try this
<option value="http://freewarejava.com" target="otherframe">Freewarejava.com</option>
<option value="http://wired.com" target="otherframe">Wired News</option>
Its a guess, but should be a good start.
TonzBeware, the Cybertooth tiger cometh
-
Originally posted by Tonz
Try this
<option value="http://freewarejava.com" target="otherframe">Freewarejava.com</option>
<option value="http://wired.com" target="otherframe">Wired News</option>
Its a guess, but should be a good start.
TonzOracleGuy
Comment
Comment