a.php
<iframe src="b.php"></iframe>
......
<script>
var a = 123;
</script>

Can I catch variable a in b.php?

Reply via email to