home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.tcs3.com
/
ftp.tcs3.com.tar
/
ftp.tcs3.com
/
DRIVERS
/
Audio
/
Office2010
/
ProPlus.WW
/
ProPsWW2.cab
/
FORMSIMAGETEMPLATE.HTML4
< prev
next >
Wrap
Text File
|
2007-02-04
|
2KB
|
72 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>
<SCRIPT LANGUAGE="JavaScript">
document.onkeydown = keyDownEvent;
document.oncontextmenu = contextMenuEvent;
function keyDownEvent()
{
event.returnValue = false;
}
function contextMenuEvent()
{
event.returnValue = false;
}
function imageDocumentReady(i_Ready)
{
window.external.GetScriptDispatch().ImageDocumentReady(i_Ready);
}
function setImagePath(i_Path)
{
var ImagePath, InfoDisplay;
if (i_Path != "")
{
ImagePath = "<IMG SRC=\"" + i_Path + "\">";
InfoDisplay = "none";
}
else
{
ImagePath = "";
InfoDisplay = "inline";
}
var objDivImageContainer = document.getElementById("divImageContainer");
if (objDivImageContainer != null)
objDivImageContainer.innerHTML = ImagePath;
var objTableNoImageInfo = document.getElementById("tableNoImageInfo");
if (objTableNoImageInfo != null)
objTableNoImageInfo.style.display = InfoDisplay;
}
</SCRIPT>
</HEAD>
<BODY STYLE="padding:0px; margin:0px;" SCROLL="auto" ONLOAD="imageDocumentReady(true);">
<TABLE ID="tableNoImageInfo" STYLE="display:none;" CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="98%" HEIGHT="90%" ALIGN="center">
<TR>
<TD VALIGN="middle" ALIGN="center">
<FONT STYLE="font-family:tahoma,verdana,sans-serif; font-size:11pt; font-weight:bold; color:#BFBFBF;">Browse for an image to put in this field by clicking the "Browse..." button above.</FONT>
</TD>
</TR>
</TABLE>
<DIV ID="divImageContainer"><DIV>
</BODY>
</HTML>