In the HTML :
<iframe id="Download_Frame" style="display:none; visibility:hidden;">
JunkMessage
</iframe>
In the Javascript :
MyIFrame = document.getElementById("Download_Frame");
MyIFrame.src = "MyUrl.php?params=" + Parameters;
In the HTML :
<iframe id="Download_Frame" style="display:none; visibility:hidden;">
JunkMessage
</iframe>
In the Javascript :
MyIFrame = document.getElementById("Download_Frame");
MyIFrame.src = "MyUrl.php?params=" + Parameters;