如何自动执行<a href="document.html" target="_parent">my document</a> 呢?
如何自动执行<a href="document.html" target="_parent">my document</a> 呢?
在打开页面时,自动执行。。
------解决方案--------------------延时器 / timer
调用上面这个跳转
------解决方案--------------------在windows.onlond中执行这个A标签的click
------解决方案--------------------window.onload+function(){
window.open("document.html")
}
------解决方案--------------------自动跳转?
<head>标签写个meta好像就可以了吧
------解决方案--------------------试试AutoEventWireup="true"