How can i add javascript code for the onload event for the iframe. I need my code to appear not at the header, but directly inside the iframe element.
`<script type="text/javascript">
$(document).ready(function(){
$('#innerFrame').iframeHeight({
debugMode: true,
watcher: true
});
});
</script>`<--!This is the script i want to add-->