Web Analytics Made Easy -
StatCounter Menus opening in different frame - CodingForum

Announcement

Collapse
No announcement yet.

Menus opening in different frame

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Menus opening in different frame

    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?

  • #2
    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.

    Tonz
    Beware, the Cybertooth tiger cometh

    Comment


    • #3
      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.

      Tonz
      Thats correct.
      OracleGuy

      Comment

      Working...
      X