2.返回(等同后退) onclick=location.href='javascript:history.go(-1);' value=返 回 /> 3.打開新網(wǎng)頁(yè) onclick=window.open('filename.html'" />
onclick="location.href='filename.html'" />
2.返回(等同后退)
onclick="location.href='javascript:history.go(-1);'" value="返 回" />
3.打開新網(wǎng)頁(yè)
onclick="window.open('filename.html')" />
4.打開無(wú)邊框的新窗口
5.打開新網(wǎng)頁(yè)同時(shí)指向另一頁(yè)
7.點(diǎn)擊按鈕彈出確認(rèn)alert窗口
方式一:
onClick="alert('是否確認(rèn)提交?');location.href= 'filename.html';return false;" >
方式二:
onClick="if (confirm('是否確認(rèn)提交?'))location.href= 'filename.html';return false;" >
聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com