|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/www/FusionChart/Contents/assets/ui/js/ |
Upload File : |
<html>
<head>
<title>Index form</title>
</head>
<style>
<!--
body {margin:0;}
input { outline:none; }
input:focus { outline: none; }
-->
</style>
<body bgcolor="#c0c0c0">
<script language="javascript" src="whver.js"></script>
<script language="javascript1.2" src="whmsg.js"></script>
<script language="javascript1.2" src="whproxy.js"></script>
<script language="javascript1.2" src="whutils.js"></script>
<script language="javascript1.2" src="whform.js"></script>
<script language="javascript1.2">
<!--
function indexLookup(bCR)
{
var strInput = document.IndexInputForm.keywordField.value;
if (strInput != "") {
var oParam = new Object();
oParam.sInput = strInput;
oParam.bCR = bCR;
var oMessage = new whMessage(WH_MSG_SEARCHINDEXKEY, this, 1, oParam);
SendMessage(oMessage);
}
if (gbMac) {
document.IndexInputForm.keywordField.focus();
}
}
function window_Unload()
{
UnRegisterListener2(this, WH_MSG_SHOWTOC);
UnRegisterListener2(this, WH_MSG_SHOWIDX);
UnRegisterListener2(this, WH_MSG_SHOWFTS);
UnRegisterListener2(this, WH_MSG_SHOWGLO);
}
function onSendMessage(oMessage)
{
if (oMessage.nMessageId == WH_MSG_SHOWIDX)
{
document.IndexInputForm.keywordField.focus();
}
else if (oMessage.nMessageId == WH_MSG_SHOWFTS ||
oMessage.nMessageId == WH_MSG_SHOWTOC ||
oMessage.nMessageId == WH_MSG_SHOWGLO)
{
document.IndexInputForm.keywordField.blur();
}
return true;
}
if (window.gbWhForm)
{
RegisterListener2(this, WH_MSG_SHOWTOC);
RegisterListener2(this, WH_MSG_SHOWIDX);
RegisterListener2(this, WH_MSG_SHOWFTS);
RegisterListener2(this, WH_MSG_SHOWGLO);
window.onunload=window_Unload;
window.onload = init;
gfunLookUp = indexLookup;
gfunInit = null;
gstrFormName = "IndexInputForm"
gsTitle = "Type in the keyword to find:";
gsTitle = "Type in the keyword to find:";
setBackgroundcolor("White");
setBtnType("none");
setGoText("Go");
setFont("Title", "Verdana, Arial, Helvetica, sans-serif","10px","#555","Normal","Normal","none");
document.write(getFormHTML());
writeFormStyle();
}
else
document.location.reload();
//-->
</script>
</body>
</html>