need javascript programmer for one script - details inside

Discussion in 'JavaScript' started by klown, Nov 15, 2006.

  1. #1
    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.
     
    klown, Nov 15, 2006 IP
  2. smallbuzz

    smallbuzz Peon

    Messages:
    125
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    smallbuzz, Nov 15, 2006 IP
  3. klown

    klown Peon

    Messages:
    2,093
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    klown, Nov 15, 2006 IP
  4. SoKickIt

    SoKickIt Active Member

    Messages:
    305
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    70
    #4
    The main problem is that you can't change page that's not on your domain.
     
    SoKickIt, Nov 16, 2006 IP