Results 1 to 2 of 2

Thread: Opening link in different window

  1. #1
    Join Date
    Jun 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Opening link in different window

    Hi all,

    Im creating a site with 2 frames, the top one contains a flash menu.
    When the links on the flash menu are clicked how can i get the corrosponding pages to open in the frame below.

    At the moment the pages load in the frame containing the flash menu.

    Thanks

    JW

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    You can just extend your getURL method.

    Code:
    getURL(url,traget)
    e.g.
    Code:
    getURL("http://www.dynamicdrive.com", main)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •