2007年5月28日 星期一

.button
{
BACKGROUND: #F8F8F8;
BORDER: 1px solid #999999;
COLOR: #999999;
FONT-FAMILY: Verdana;
FONT-SIZE: 11px;
LETTER-SPACING: -0.2pt;
FONT-WEIGHT: bold;
}
@media screen {
.dontprint
}
@media print {
.dontprint {display: none;}
}
Function detectActiveXControl(activeXControlName)
on error resume next
detectActiveXControl = False
detectActiveXControl = IsObject(CreateObject(activeXControlName))
End Function
function printIt(){
if (window.print) {
window.print() ;
} else {
var WebBrowser = '';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box WebBrowser1.outerHTML = "";
}
}
Individual Student Report
Name
:
STUDENT08 AIRFORCE
Group/Class
:
Composition I
Assignment Name
:
Effects of Technology
Category of Prompt
:
Informative
Revision Number
:
2
Start Date
:
05/29/2007 09:59
Completion Date
:
05/29/2007 10:23
Total Time Spent on This Essay
:
24 Minutes 43 Seconds
Scores
:
4 4 4 3 4 4
Click here to see how you can improve your essay!

沒有留言: