Results 1 to 3 of 3

Thread: Ajax ticker new window question

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

    Default Ajax ticker new window question

    1) Ajax Ticker

    2) http://www.dynamicdrive.com/dynamici...ajaxticker.htm

    3) Describe problem:
    Is there a way to get the link to open in the same window instead of a new window or inside the iframe?

    Everything else is working fine and exactly as it should.

    Thanks.

  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

    That's the default. Unless the ticker itself is inside a frame or an iframe, just use a normal link with no target in tickercontent.txt. If there is any doubt, use target="_top":

    Code:
    <div class="message">
    <a href="http://www.javascriptkit.com" target="_top">JavaScript Kit</a><br />Comprehensive JavaScript tutorials and over 400+ free scripts!
    </div>
    - John
    ________________________

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

  3. #3
    Join Date
    Dec 2007
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Good grief.. I just absolutely overlooked that..

    Thanks frot he help.

    Cheers.

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
  •