九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
button/input 鏈接
button/input 鏈接
2009/05/10 17:29

1.鏈接到某頁
<input type="button" name="Submit" value="確 定" class="btn" onclick="location.href='filename.html'" />

2.返回(等同后退)
<input name="Submit2" type="button" class="btn" onclick="location.href='javascript:history.go(-1);'" value="返 回" />

3.打開新網(wǎng)頁
<input type="button" name="Submit2" value="確 定" class="btn" onclick="window.open('filename.html')" />

4.打開無邊框的新窗口
<input type="button" name="Submit2" value="確 定" class="btn" onclick="javascript:window.open('filename.html','','width=720,height=500,resizable=yes,scrollbars=yes,status=no')" />

5.打開新網(wǎng)頁同時指向另一頁
<input type="button" name="Submit2" value="確 定" class="btn" onclick="window.open('filename.html');location. />

6.打開無邊框的新窗口同時指向另一頁
<input type="button" name="Submit2" value="確 定" class="btn" onclick="javascript:window.open('http://hi.baidu.com/harryxue','','width=720,height=500,resizable=yes,scrollbars=yes,status=no'); window.location='filename.html';" />

7.點擊按鈕彈出確認alert窗口
方式一:
<input type="button" name="Submit1" value="確定" class="btn"
onClick="alert('提交成功!');location.href= 'filename.html';return false;" >
方式二:
<input type="button" name="Submit2" value="確定" class="btn"
onClick="if (confirm('是否確認提交?'))location.href= 'filename.html';return false;" >

本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊舉報。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
css實現(xiàn)不固定長度圓角按鈕,兼容所有瀏覽器
input type=reset - HTML元素
表單中有三個提交按鈕,想實現(xiàn)點擊不同的按鈕,實現(xiàn)不同的操作
bootstrap4 堆疊表單
js form action動態(tài)修改方法
更改Ex2010的登錄、注銷界面
更多類似文章 >>
生活服務(wù)
熱點新聞
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服