get - Problem passing parameters via Iframe in IE -
I am trying to execute an HTTP GET from another website on another website that is brought through the IFrame .
On Firefox, you can see in the source that the correct URL is in the iframe src with the right parameter - and it works.
On IE, you can see in the source that the correct URL is in the iframe src with the correct parameter - and it does not work ...
What about IE? Which does not allow you to pass parameters through the iframe query?
I tried to refresh the IFrame in the IRF, I tried to refresh my page & amp; IFrame in IE, and I have tried copying the URL and sticking it to the iframe src (it is forced to refresh it as if I have entered it in the address bar for that frame window) . There is still no luck!
Edit: I can not give a link because the site requires passwords and login credentials for both our site and our vendor's site. . Although I can create a test account on our site, it will not do any good work for the testing process because I can not do this for the vendor site, it is doing everything from backend code on page load Src and setting the src attribute from the back end ...
// Backend code to set source main iframe. Attribute ["src"] = srcWeJustCreated; // Front End IFrame Code & lt; Iframe id = "mainIframe" runat = "server" / & gt;
Edit: The problem was never resolved. Response auto accepted because the gift timed out
Thanks,
Matt
IE query parameters are blocked by default security settings in IFrames. I reduce your security level on the Security tab under Internet Options Has been set. If this fixes your problem, then you know that this is your problem if the site is for external clients, then it is likely that it is improper to expect to turn off its security setting, so you may have to work around.
Comments
Post a Comment