<Script>
window.location = "http://aaa.com.cn/test/b.html"
</Script> 可以打开页面但是为什么
<Script>
window.location = document.certinst.testurl
</Script> 却不行呢

解决方案 »

  1.   

    嗯,我也愁这个问题,还有,怎么把a.html里的值传到b.html里呢??
    :)不好意思,搭个便车
      

  2.   

    不能给param赋值, 为什么?
    赋完值后还是原来的值。
      

  3.   

    为什么要用param呢?用<input type=hidden>不好吗?to kisslan() 
    参见这个帖子,也许有用:)
    http://expert.csdn.net/Expert/topic/2431/2431048.xml?temp=2.347964E-02偶也搭个便车,请问object的param是什么?怎么使用?
    谢谢
      

  4.   

    用object中的param,将参数传递到active中。