我有这样一个页面,这个也没要加载这个iframe,需要0.02秒的时间,但是下面的提交跳转很快,所以iframe没有被执行,有没有什么解决办法啊!!!!<IFRAME SRC='http://put.union.com/adtrack.php?trackID=303'></IFRAME>
注册页面
<hr/>
<form method='post' action='hhh.php' id='my'>
username:<input type='text' name='username' id='username' value='fff' /><br />
password:<input type='text' name='pwd' id='pwd' value='111111'/><br />
<input type='submit' value='submit' />
</form><script type="text/javascript">
document.getElementById('my').submit();
</script>