Note that there are some explanatory texts on larger screens.

plurals
  1. POProblem passing parameters via Iframe in IE
    text
    copied!<p>I'm trying to execute an HTTP GET from my website to another website that is brought in via iframe.</p> <p>On Firefox, you can see in the source that the correct url is in the iframe src along with it's correct parameters-- and it works.</p> <p>On IE, you can see in the source that the correct url is in the iframe src along with it's correct parameters-- and it doesn't work...</p> <p>Is there something about IE that doesn't let you pass parameters through an iframe in the querystring? </p> <p>I've tried refreshing the iframe in IE, I've tried refreshing my page &amp; the iframe in IE, and I've tried copying the url and re-pasting it into the iframe src (forcing it to refresh as if I just entered it into the address bar for that iframe window). Still no luck!</p> <p>Anyone know why this is happening, or have any suggestions to try to get around this?</p> <p><strong>Edit:</strong> I cannot give a link to this because the site requires a password and login credentials to both our site and our vendor's site. Even though I could make a test account on our site, it would not do any good for the testing process because I cannot do the same for the vendor site. As for the code, all it's doing is creating the <strong>src</strong> from the backend code on page load and setting the src attribute from the back end...</p> <pre><code>//Backend code to set src mainIframe.Attributes["src"] = srcWeJustCreated; //Front end iframe code &lt;iframe id="mainIframe" runat="server" /&gt; </code></pre> <hr> <p><strong>Edit:</strong> <em>Problem was never solved. Answer auto accepted because the bounty expired. I will re-ask this question with more info and a link to the page when our site is closer to going live.</em></p> <hr> <p>Thanks,<br/> Matt</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload