I was wondering if I can add / add javascript to an iframe that loads from an external webpage that is not on my website. is it possible to use jQuery or even simple javascript?
<script>
</script>
<iframe src="http://www.xxx.xxx/" id="myiframe" />
Note: I do not want to replace the contents of the iframe, I just want to add a script
thank
source
share