Copying data into fields

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Copying data into fields

Post by aceconcepts »

Hi,

Is there any way of populating a form's fields in a site that I do not have ownership/admin rights of with data from another form without having to click inside each field individually and pasting the data?

Is this clear?
Steve Mellor
Forum Commoner
Posts: 49
Joined: Thu Aug 02, 2007 8:18 am

Post by Steve Mellor »

Google toolbar?

Ok, I know.

I don't think there is. Javascript would probably do it if you could load the form page in to an Iframe, perhaps?
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

Javascript should be able to do it.

In fact, you may consider a lightweight Firefox extension.
Post Reply