Ok here are the details. Please provide post or PM me a price. I would like to have this done by Sunday. Example: http://www.seoandstuff.com/exampleiframe.htm All the data that needs to be autofilled is already contained within textfields at the top. Which are contained inside a div. So basically i need a form filler that can fill in each form item in the iframe. When you click a button on the top div it fills in the associative form in the iframe. For example the name field at the top should fill the following fields: username yourname name your_name your-name user-name Like that. I need it to be easy for me to add more titles to each field. You don't need to think these up just test to make sure they work. The code should be fairly straight forward so i'll be able to modify it later. You don't need any kind of admin system, i can code well enough to modify an already finished script.
It's not possible to use javascript to put information from your page into an iframe page, because its a security issue. But, you can do the reverse, i.e. the iframe can access the parent container page.
I could change it to be a frameset with 2 frames then, and the top frame accesses the bottom frame. I'm guessing that should work just fine.