1

Is it possible to send data to the iframe website form and submit the form? Like I want to track shipment number and this is the code

<?php $tracking = 'LE783579177'; ?> <iframe src="http://leopardscourier.com/pk/tracking/" width="100%" height="100%" ></iframe> 

I want to open the tracking form in an iframe and pass the tracking no and submit it. Is it possible?

1 Answer 1

1

You can use postMessage() to handle such a case - https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.