Appnitro Software Forums » MachForm

IE7/IE8 iFrame halts for a second then finishes loading

(2 posts)

  1. dveiga
    Member

    I have a form that I inserted with iFrame - http://www.careerpointcollege.biz/about_cpc/about_cpc (right side). When you load the page in either IE7 or IE8 it'll stop around the Address then finish loading.

    On the center column I have a PHP include for the form for this URL (http://www.careerpointcollege.biz/apply_now/online_application), but the issue happens on any other page like the first one that I mentioned.

    This only happens when it's iFramed, here's my iFrame code:

    <iframe class="autoHeight" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;position: relative; left: -8px; border:none" src="http://www.careerpointcollege.biz/forms/embed.php?id=1" title=""><a href="http://www.careerpointcollege.biz/forms/view.php?id=1" title=""></a></iframe>

    Posted 1 year ago #
  2. I'm afraid not much we can do with the way IE renders the iframe. Compared to the PHP include version, there is some extra delay with the iframe include indeed.

    If possible, I suggest to insert the form using the PHP include.
    However, you can't insert two forms within one page using both PHP include. One of them must be using the iframe.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.