Hi,

Is it possible to autofill form on another site, which I cant change in any way?

This is what I'd like to do, I have randomly generated integer '$number' and when button is pressed then it goes to another site where is text field named 'field1', and it autofills 'field1' with '$number'.

Note that I cant change the site where this 'field1' is.

If it aint possible in PHP, then maybe JavaScript or something?

Thanks!

    What's this in context of -- ie. What system is this a component of?

      theres really no good answer to give in this case. you could parse and manipulate the code of the target site on your own system, but unless you let us know a little more about the application (esp. the url of the target page) - no can do.

        Write a Reply...