如何为iframe的onload事件添加javascript代码。我需要我的代码不会出现在标题中,而是直接出现在iframe元素中。
`<script type="text/javascript">
$(document).ready(function(){
$('#innerFrame').iframeHeight({
debugMode: true,
watcher: true
});
});
</script>`<--!This is the script i want to add-->