• Resolved trentone

    (@trentone)


    How to replace or hide iframe’s error message (browser error message)

    Or better still hide the entire iframe

    If the iframe doesn’t load correctly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author mdempfle

    (@mdempfle)

    you can hide the iframe until the onload event is fired.
    See: “Hide the iframe until it is loaded” in the administration.

    Do you have access to the iframe and can you can add Javascript there?

    Because then you can use the advanced version what I write above. On the external workaround tab the setting is “Hide the iframe until it is loaded”

    Best regards, Michael

    Thread Starter trentone

    (@trentone)

    Ok, I would look at the “Hide the iframe until it is loaded” feature. I only have the iframe’s source link.

    What I’m actually trying to prevent with this is the chrome error message :


    Web page not available
    The web page at ” iframe’s source link ” could not be loaded because:

    net::ERR_EMPTY_RESPONSE

    OR

    net:: ERR_PROXY_CONNECTION FAILED

    & other similar browser error messages and instead maybe display advanced iframe’s OWN customized error message ( that is if the plugin has provision for customized error messages )

    Plugin Author mdempfle

    (@mdempfle)

    If you only have the link and you cannot add some Javascript then you need to check if the solution I already posted works for you.

    Best regards, Michael

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘hide on error’ is closed to new replies.