Results 1 to 2 of 2

Thread: opera et Iframe SSI script II

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

    Default opera et Iframe SSI script II

    Hi,

    I found your helpful code to resize iframe. But I get proble with opera only. Nothing in iframe are display, no content at all exept the banner but this one are not in iframe.

    I suppose that is special for opera browser. Do you know how it's possible to fix it?

    Thanks in advance for your help

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

    Default Its quite easy in fact

    Since this script works perfectly with Opera I have no idea why it is blocked for this browser (maybe it was that some previous versions did not support it tho I not see any piece of code that Opera coudn't handle)

    So here is the trick:
    1. Find this part of code:
    Code:
    if (dyniframe[i] && !window.opera){
    1. If you have other version of the script find this:
    Code:
    if (currentfr && !window.opera){
    2. Remove "&& !window.opera" from if condition
    3. Voila

    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
  •