最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

js跳轉(zhuǎn)頁(yè)面方法總結(jié)

 更新時(shí)間:2014年01月29日 10:13:04   作者:  
本篇文章主要是對(duì)js跳轉(zhuǎn)頁(yè)面方法進(jìn)行了詳細(xì)的總結(jié)介紹,需要的朋友可以過(guò)來(lái)參考下,希望對(duì)大家有所幫助

js跳轉(zhuǎn)頁(yè)面方法大全
<span id="tiao">3</span><a href="javascript:countDown"></a>祥子網(wǎng)屋;秒后自動(dòng)跳轉(zhuǎn)……<meta http-equiv=refresh content=3;url='/search/billsearch.jsp'</ul>

<!--腳本開(kāi)始-->
<script language="javascript" type="">
function countDown(secs){
tiao.innerText=secs;
if(--secs>0)
   setTimeout("countDown("+secs+")",1000);
}
countDown(3);
</script>
<!--腳本結(jié)束-->

按鈕式:
<INPUT name="pclog" type="button" value="GO" onClick="location.href='http://m.fzitv.net/'">

鏈接式:
<a href="javascript:history.go(-1)">返回上一步</a>
<a href="<%=Request.ServerVariables("HTTP_REFERER")%>">返回上一步</a>

直接跳轉(zhuǎn)式:
<script>window.location.href='http://m.fzitv.net';</script>

開(kāi)新窗口:
<a href="javascript:" onClick="window.open('http://m.fzitv.net','','height=500,width=611,scrollbars=yes,status=yes')">祥子網(wǎng)屋</a>

JS跳轉(zhuǎn)頁(yè)面參考代碼

第一種:
<script language="javascript" type="text/javascript">
window.location.href="login.jsp?backurl="+window.location.href;
</script>

第二種:
<script language="javascript">
alert("返回");
window.history.back(-1);
</script>

第三種:
<script language="javascript">
window.navigate("top.jsp");
</script>

第四種:
<script language="JavaScript">
self.location='top.htm';
</script>

第五種:
<script language="javascript">
alert("非法訪(fǎng)問(wèn)!");
top.location='xx.jsp';
</script>

=====j(luò)avascript中彈出選擇框跳轉(zhuǎn)到其他頁(yè)面=====
<script language="javascript">
<!--
function logout()...{
if (confirm("你確定要注銷(xiāo)身份嗎?是-選擇確定,否-選擇取消"))...{
window.location.href="logout.asp?act=logout"
}
}
-->
</script>

=====j(luò)avascript中彈出提示框跳轉(zhuǎn)到其他頁(yè)面=====
<script language="javascript">
<!--
function logout()...{
alert("你確定要注銷(xiāo)身份嗎?");
window.location.href="logout.asp?act=logout"
}
-->
</script>

相關(guān)文章

最新評(píng)論

克山县| 肇州县| 永嘉县| 中山市| 板桥市| 固镇县| 哈尔滨市| 天峻县| 永济市| 永定县| 辉县市| 崇明县| 崇礼县| 甘肃省| 长乐市| 当雄县| 桑日县| 天等县| 丰顺县| 江陵县| 邢台市| 张掖市| 南平市| 荣昌县| 二手房| 榆树市| 满洲里市| 安福县| 涞水县| 平泉县| 馆陶县| 搜索| 盐亭县| 茶陵县| 鹿邑县| 谢通门县| 南昌县| 绥棱县| 福建省| 威海市| 兴仁县|