也試。。。

來源: 玉墜兒 2010-04-08 18:24:12 [] [博客] [舊帖] [給我悄悄話] 本文已被閱讀: 次 (1332 bytes)
document.postform.Submit.disabled = true;
}

function printWindow(url) {
window.open(url,'printWindow','toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=700,height=600,screenX=50,screenY=10,top=10,left=50')
}
//-->

< language="Java">
-


//specify whether contents should be auto copied to clipboard (memory)
//Applies only to IE 4+
var copytoclip=1

function HighlightAll(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
if (document.all&©toclip==1){
therange=tempval.createTextRange()
therange.execCommand("Copy")
window.status="Contents highlighted and copied to clipboard!"
setTimeout("window.status=''",1800)
}
}
//-->


- InstanceEndEditable -->






 
< language="JavaScript" type="text/java">-