Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Oh, I forgot to clear up 1 more thing.
A POST request is made via a form, inside a web page.
You said that you could enter the url in a browser, and see that it had the effect you where attending.
When you type a url in the browser address box, it's always a GET request that is done.
Thus, no, you don't need to craft a POST request from javascript, or vi a form, you can simply make a GET request via the iframe.
__________________
Only a biker knows why a dog sticks his head out the window.
|