标签: html redirect inheritance popup
有没有办法:
这样:
答案 0 :(得分:1)
是的,您可以从弹出窗口重定向主页面。
<script language=”javascript”> top.location = "http://www.google.com"; </script>