auto form filling

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
hoceow
Forum Newbie
Posts: 4
Joined: Fri Dec 11, 2009 6:29 am

auto form filling

Post by hoceow »

Does any knows of a script that I can use that when a person fill particular field on my website it and press submit it redirect to another site with all the field that was filled out on page before are now automatically filled on the new page.

Thanks
manojsemwal1
Forum Contributor
Posts: 217
Joined: Mon Jun 29, 2009 4:13 am
Location: India

Re: auto form filling

Post by manojsemwal1 »

u are asking new site or new webpages for transferring data new webpage use session .
hoceow
Forum Newbie
Posts: 4
Joined: Fri Dec 11, 2009 6:29 am

Re: auto form filling

Post by hoceow »

Actually both newsite and newpage
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: auto form filling

Post by josh »

If you use the same field names just change the action="" target. If that check sites referrers you will need to emulate the form posting server side with curl functions
Post Reply