iframe showing error in IE - Any advice?

3 replies
  • WEB DESIGN
  • |
On a website that I am working on there is an iframe that contains a shopping cart and item selector. It works fine in all browsers except for IE. Can you please take a look at it in IE and let me know if you have any ideas what is going on with it.

It is a wordpress site: This is the code for the iframe:
<iframe id="shopping" name="shopping" src="https://higherbalance.infusionsoft.com/cart" width="100%" frameborder="0" scrolling="no" onload="resizeIframeToFitContent(this)">
</iframe>

You can view the page here: Imbibe | Higher Balance Institute

It is just the form at the bottom of the page that is not working in IE. Any help would be greatly appreciated. The person who originally built this is not contactable and I am not sure what to do.

I really appriciate your help with this Warriors!
#advice #error #iframe #showing
  • Profile picture of the author drewhowell21
    If some how IE could magically disappear it would solve so many problems...

    What exactly isn't working? I opened the site in IE9 and the form displayed fine. I was going to test it out, but it required credit card information.
    {{ DiscussionBoard.errors[5201202].message }}
  • Profile picture of the author imdesigner
    LOL.. IE is famous for not working with iframes
    my advise is. Try not to use iframes . They slow pages down and take longer to load in most cases...

    If this is a form you're using, that even more of a reason why you should NOT use iframes.

    hope this was any help to you.
    {{ DiscussionBoard.errors[5201336].message }}
  • Profile picture of the author RobKonrad
    Hey Joshua,

    in this line

    onload="resizeIframeToFitContent(this)">

    the "this" doesn't feel right, somehow....

    Cheers,
    Rob
    Signature
    ================================================== ===
    This blog is awesome: http://www.robkonrad.com/blog. Read it.
    ================================================== ===
    {{ DiscussionBoard.errors[5207980].message }}

Trending Topics