function test(s){ alert(s);}window.setTimeout(function(){test('str');},1000);这样就可以了...为什么是这样呢.因为setTimeout要求的第一个参数是函数...比如setTimeout(a_fun,1000)这样是可以的,a_fun是一个函数.但是setTimeout(a_fun(),1000);这样就不行了.因为这里a_fun()其实是函数的返回值了...这样讲应该能明白了.另外,不推荐网上有人用的方法set…
<script type="text/javascript"> var o = $(window.frames["menu"])[0].contentWindow; </script> <!-- <![endif]--> <!--[if IE]> <script type="text/javascript"> var o = window.frames["menu&quo…