Click to See Complete Forum and Search --> : How to automatically fill data to another web form?


nextjet
05-17-2005, 11:38 PM
To avoid user copy the info (i.e. name, dob, ssn etc) from website1 and fill to another website2's form manually, I'd like to use some kind of javascript to grab the info in website1 and automatically fill the form in the website2.

I am developing website1 while website2 is another public website which I have no control.

Is this feasible? Any hint? Thanks a lot.

BigMoosie
05-18-2005, 04:58 AM
If you owned both websites it would be possible by cookies. But otherwise no, not feasible.