也試。。。

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')
}
//-->
>

-


//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&&copytoclip==1){
therange=tempval.createTextRange()
therange.execCommand("Copy")
window.status="Contents highlighted and copied to clipboard!"
setTimeout("window.status=''",1800)
}
}
//-->
>

- InstanceEndEditable -->






 
-
請您先登陸,再發跟帖!