Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
~7K People Reached
Favorite Forums
Web Development x 2
Favorite Tags
user-interface x 2
javascript x 2
1 Posted Topic
I had a similar objective, and achieved it with an I frame 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; It worked fine for me.
The End.
bapjg