home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.tcs3.com
/
ftp.tcs3.com.tar
/
ftp.tcs3.com
/
DRIVERS
/
Audio
/
Office2010
/
ProPlus.WW
/
ProPsWW2.cab
/
FORMSPRINTTEMPLATE.HTML3
< prev
next >
Wrap
Text File
|
2007-02-04
|
2KB
|
46 lines
<!-- /*********************************************************************
Notice
You may not modify, use, copy or distribute this file or its contents.
Internal interfaces referenced in this file are nonpublic, unsupported
and subject to change without notice. These interfaces may not be
utilized in other software applications or components.
*********************************************************************/ -->
<!-- saved from url=(0025)http://www.microsoft.com/ -->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"/>
<TITLE>Forms</TITLE>
<SCRIPT LANGUAGE="JavaScript" SRC="PublicFunctions.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="utilityfunctions.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="submit.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="validation.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="form.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
// Put the variables from the querystring into globals.
function window.onafterprint()
{
getScriptHostQI("IGrooveFormsToolPrintDialogDelegatePrivate").PrintingComplete();
}
function DoPrint()
{
getScriptHostQI("IGrooveFormsToolPrintDialogDelegatePrivate").SetCurrentDocument(document);
getScriptHostQI("IGrooveFormsToolPrintDialogDelegatePrivate").PrintForm();
}
</SCRIPT>
<STYLE TYPE="text/css">
TD
{
font-family: sans-serif;
font-size: 12px;
}
</STYLE>
</HEAD>
<BODY ONLOAD="DoPrint();">
</BODY>
</HTML>