send post with iframe

Discussion in 'PHP' started by Andreit, Jul 11, 2010.

  1. #1
    is posible, auto completing the necessary information inputs in iframe?
    For example:

    <iframe src ="http://www.a2zwebindex.com/submit.php" width="100%" height="300"></iframe>
    HTML:
    Auto completing this form
     
    Andreit, Jul 11, 2010 IP
  2. raredaredevil

    raredaredevil Greenhorn

    Messages:
    59
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    It would be possible if the form used GET , with a POST form im not sure how you would go about that. But it would be possible i think to load the iframe , and than manipulate the contents with javascript.
     
    raredaredevil, Jul 11, 2010 IP
  3. AsHinE

    AsHinE Well-Known Member

    Messages:
    240
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    138
    #3
    You can't access frames from other domains with javascript.
     
    AsHinE, Jul 12, 2010 IP