Quote:
Originally posted by sweevo
Would it be possible to link to a page that has a form in it, and "fill in" the input fields in that form with values from the original page, without having access to the code for the 2nd page?
That is, say I derive a username and a password from someone previously on a site, then they click on a link to Hotmail and the username and password on the Hotmail page is entered automatically, and possibly auto-processed as well. Possible?
Oh, the Hotmail thing isn't specifically what I want to do, I was just illustrating what I meant.
Cheerio
Yes it is possible, first thing you need to know is what method are they using to send data[Post or Get]. If they are using get method then you can simply redirect the user to the form handling script and append the parameters.