Results 1 to 3 of 3

Thread: - iframe Scroller opening in the same frame -

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

    Default - iframe Scroller opening in the same frame -

    Hello to everyone. I am new to all this script java language. In fact do not know much about java at all. But thanx to DD i managed to find this awesome script for a 'news' scroller.

    The scroller I am using is the one below.
    http://www.dynamicdrive.com/dynamici...e-scroller.htm


    My web site, www.centralirrigationsupply.com in the main page you will find the scroller (bottom right).
    Problem - All works fine, but when going to the link it opens inside the script box. How do I make so it opens in the main page?
    Thank you for your help and time.
    Sebastian

  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

    Your website wouldn't come up just now but, for a link in an iframe or frame to open in the main window, use:

    HTML Code:
    <a href="some.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
    Nov 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    WOW, that simple. It worked great thank you very much.
    Newbie learnt something today!!

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
  •