<iframe align="middle" src="http://www.example.com?id=5555555" width="100%" height="300">
</iframe>
How can I pass this id value to example.com. Suppose I put this iframe to any webpage and when the iframe loads with the webpage I want to get the value id = 5555555 in example.com.
How to do this, I have tried to google a lot but couldn't get a definite answer.
Thanks in advance.