如何直接跳轉(zhuǎn)網(wǎng)頁不通過button的方式跳轉(zhuǎn)
<head>
?<script type="text/javascript">
function woopen(){
?window.open('http://localhost/Thehome/index-2.php','_self');
}
?</script>
</head>
<body>
if(){
woopen();
}
<head>
?<script type="text/javascript">
function woopen(){
?window.open('http://localhost/Thehome/index-2.php','_self');
}
?</script>
</head>
<body>
if(){
woopen();
}
2016-07-29
舉報
2016-07-29
如果不能幫到你麻煩你問題說的清楚點。感覺你概念很模糊
2016-08-02
用 onload吧
2016-07-29
我是被請來的,雖然我學(xué)過PHP,但是這個我不會
2016-07-29
直接跳轉(zhuǎn)為什么要用到j(luò)s?直接<a href="url" target="_self" >文本</a>不行么?