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
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.