script language="javascript"
朝天網(wǎng)站建設(shè)公司創(chuàng)新互聯(lián)公司,朝天網(wǎng)站設(shè)計制作,有大型網(wǎng)站制作公司豐富經(jīng)驗。已為朝天上千多家提供企業(yè)網(wǎng)站建設(shè)服務(wù)。企業(yè)網(wǎng)站搭建\外貿(mào)網(wǎng)站建設(shè)要多少錢,請找那個售后服務(wù)好的朝天做網(wǎng)站的公司定做!
setInterval("window.open('');","100");
/script
這個彈出的間隔為100毫秒,可以根據(jù)你的需要來修改!
HTML HEAD META http-equiv="Content-Type" content="text/html; charset=gb2312" SCRIPT language="javascript" function openwindow( ) { window.showModalDialog("register.html", "模式網(wǎng)頁-廣告", "toolbars=0, location=0, statusbars=0, menubars=0,width=700, height=550,scrollbars=1"); } function closewindow( ) { if(window.confirm("您確認(rèn)要退出系統(tǒng)嗎?")) window.close(); } /SCRIPT /HEAD BODY onLoad="openwindow()" //頁面加載完畢 顯示模式網(wǎng)頁 H3A href="javascript: closewindow() "退出/A/H3 /BODY /HTML
采納哦
script language="javascript"
for (i = 0; i10; i++) alert(i);
/script
將這段文字加入到head/head中間就可以了!
script language="javascript"
function sixunhuan(){
while(true){
alert("還彈");
}
}
/script
只需要在頁面里調(diào)用 sixunhuan()這個函數(shù)就可以了
比如在寫在頁面加載的時候
body onload="sixunhuan()"