Results 1 to 3 of 3

Thread: DHTML Window - Link to parent window

  1. #1
    Join Date
    Dec 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DHTML Window - Link to parent window

    Script: DHTML Window
    http://www.dynamicdrive.com/dynamici...htmlwindow.htm

    I'm hoping this is quite simple, but I am honestly not sure.

    I'm wondering how to form a link in the "popup" window that will close the popup and change the parent page to the desired location.

    Thank you.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    The easiest way is to have a link like so on your page being displayed inside of the pop up:

    HTML Code:
    <a href="somepage.htm" target="_top">Link Text</a>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sweet, thank you kindly.

    The target="_top" is precisely what I was needing.

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
  •