标签:
1.如果是本页显示可以使用location,方法如下
a.onclick="javascript:window.location.href=‘url‘";
b.onclick="location=‘url‘";
c.onclick="window.location.href=‘url?id=11‘";
2.如果页面中有frame可以在location前面添加top.mainframe.frames[‘right-frame‘].location
标签:
原文地址:http://www.cnblogs.com/newcapec/p/5518287.html