I need to control jQuery codes in iframe content, is that possible?
For example, Ihave a website like www.example.com, and this site has an iframe like:
<iframe src="http://www.example2.com/test.php" frameborder="0" width="100%" height="550"></iframe>
I want to add jQuery codes in the iframe (i mean test.php) and control my main page (www.example.com). Can someone help me with that?