Results 1 to 3 of 3

Thread: New (or blank) windows for Scrollable content II

  1. #1
    Join Date
    Sep 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default New (or blank) windows for Scrollable content II

    Within "Scrollable content II", I want my links to open up in new windows. What code needs to be added to allow this?
    Thanks,
    Chris

  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 content part of this script is ordinary HTML so, the method(s) you would use on an ordinary page will work here, the most common is assigning the link a target="_blank" attribute, ex (from the demo):
    HTML Code:
    <a href="http://www.dynamicdrive.com" target="_blank">Dynamic Drive</a>
    - John
    ________________________

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

  3. #3
    Join Date
    Sep 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Of course! Thanks again, John

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
  •