Mobile Phones - Mortgages - Debt Management - Online Advertising - Credit Cards

PDA

View Full Version : need javascript programmer for one script - details inside


klown
Nov 15th 2006, 5:01 pm
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.

smallbuzz
Nov 15th 2006, 9:36 pm
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.

klown
Nov 15th 2006, 10:10 pm
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.

SoKickIt
Nov 16th 2006, 2:24 am
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.

The main problem is that you can't change page that's not on your domain.