Results 1 to 3 of 3

Thread: Iframe SSI script II Linking

  1. #1
    Join Date
    Jul 2012
    Posts
    24
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Iframe SSI script II Linking

    I try to engage the linking option of Iframe SSI script II.

    In the description it says:

    You can actually use links on your main page to load a page into your IFRAME (with the IFRAME automatically resized to that page's height of course). To do so, the link should look like this:
    Code:
    <a href="javascript:loadintoIframe('myframe', 'external.htm')">Link</a>
    Now I'm in Joomla 3.6 and this link's not acceptable it seems.
    What other style/format could I try?

  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

    Here's another option:

    Code:
    <a href="external.htm" onclick="loadintoIframe('myframe', this.href);return false;">Link</a>
    - John
    ________________________

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

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    wol4 (08-31-2016)

  4. #3
    Join Date
    Jul 2012
    Posts
    24
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Yes and thank you, Sir :-)
    Awesome.

Similar Threads

  1. linking into Iframe SSI script II (different subdomains)
    By wol4 in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 08-31-2016, 10:35 AM
  2. Iframe Linking Help
    By fatedglory15 in forum HTML
    Replies: 2
    Last Post: 11-09-2006, 05:42 PM
  3. Replies: 2
    Last Post: 08-11-2006, 08:46 PM
  4. Replies: 1
    Last Post: 01-28-2006, 06:14 AM
  5. Need help with Iframe Linking
    By JustSumNJguy in forum HTML
    Replies: 6
    Last Post: 08-02-2005, 05:36 AM

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
  •