here is my code:
<iframe style="width:100%; height:500px;"/>
<script>console.log("prpr")</script>
when i run google-chrome /home/roroco/Dropbox/jss/ro-wemedia/ex/test-keydown-for-iframe.html
, I doesn't find any output in chrome console, how to run script after iframe?
Your iframe
is not closed.
<iframe style="width:100%; height:500px;"></iframe>
<script>console.log("prpr")</script>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With