[jQuery] How to get variable from iframe?
[jQuery] How to get variable from iframe?
a.php
<iframe src="b.php"></iframe>
......
<script>
var a = 123;
</script>
Can I catch variable a in b.php?
Topic Participants
chan15tw