删除记录时弹出确认框: script LANGUAGE="VBSCRIPT"> a=msgbox("真的要删除该记录吗?",1,"注意") if a=1 then location="Dodelete.asp?id=%=id%>" //指向执行删除的页面Dodelete.asp else history.go(-1) end if /script>
关闭打开的窗口 a href="/" onclick="javascript:window.close(); return false;">关闭窗口/a>
function HighlightAll(theField) { var tempval=eval("document."+theField) tempval.focus() tempval.select() if (document.allcopytoclip==1){ therange=tempval.createTextRange() therange.execCommand("Copy") window.status="Contents highlighted and copied to clipboard!" setTimeout("window.status=''",1800) } } //--> /SCRIPT>