<html>
<head>
<title>Search </title>
</head>
<body BGCOLOR="#ffffff" link="#CC0033" vlink="#333399" alink="#FF0000" <!--content start-- -->
<script>
</script>
<script language=JavaScript src="frames_body_array.js" type=text/javascript></script>
<script language=JavaScript src="mmenu.js" type=text/javascript></script>
<table WIDTH="96%" BORDER="0" CELLSPACING="5" CELLPADDING="5">
<tr>
<td WIDTH="100%"><font FACE="ARIEL,HELVETICA" SIZE="-1"><p align="center"><script
LANGUAGE="JavaScript">
<!-- Hide Script from Old Browsers
Keyword = new Object();
Descrip = new Object();
Address = new Object();
Keyword[0] = 999
Keyword[1] = "server1"; Descrip[1] = "Go to the location of this server"; Address[1] = "url1.html"
Keyword[2] = "server1"; Descrip[2] = "Go to the Server Manual of this Server"; Address[2] = "url2.html"
Keyword[3] = "server1"; Descrip[3] = "Go to insight manager of this server "; Address[3] = "url3.html"
Keyword[4] = "10.10.3.22"; Descrip[4] = "Go to the location of this server"; Address[4] = "url1.html"
Keyword[5] = "10.10.3.22"; Descrip[5] = "Go to the Server Manual of this Server"; Address[5] = "url2.html"
Keyword[6] = "10.10.3.22"; Descrip[6] = "Go to insight manager of this server "; Address[6] = "url3.html"
function checkDatabase() {
var Found = false
var Item = document.forms[0].searchfor.value.toLowerCase();
stats='toolbar=no,location=no,directories=no,status=no,menubar=no,height=400,width=350,'
stats += 'scrollbars=yes,resizable=yes'
MsgBox = window.open ("","msgWindow",stats)
MsgBox.opener = window;
MsgBox.opener.name = "opener";
MsgBox.document.open();
MsgBox.document.write("<head><title>Search Results</title></head>");
MsgBox.document.write ("<body bgcolor=white text=black link=blue vlink=darkblue alink=blue><H2><CENTER><font face=arial>Search Results</CENTER></H2>")
//alert(Item);
MsgBox.document.write ("<font size=3><b><center>For the keyword: "+Item+"</center><hr width=50%></b></font>");
for (var i=1; i <= Keyword[0]; i++) {
if(Item == Keyword[i]) {
Found = true;
MsgBox.document.write ("<li><font face=arial><font size=2><b>"+Descrip[i]+"<BR><A HREF="+Address[i]+" target='opener'>Click Here To Go There</A></font></font>")
}
}
if(!Found) MsgBox.document.write ("<H4>Nothing Found</H4>")
// Leave the line below intact if you want to legally use this script
MsgBox.document.write ("<FORM><CENTER>")
MsgBox.document.write ("<font size=2><font color=arial><INPUT type='button' value='Close' onClick = 'self.close()'></font></font>")
MsgBox.document.write ("</CENTER></FORM>")
MsgBox.document.write ("<H6><small><small><small><b></b><font color=white><font face=arial><font size=1><font color=black>Designed by Paul </font></font></small></small></small>")
MsgBox.document.close();
}
// -->
</script> </p>
<form NAME="form1" onSubmit="return checkDatabase()" Arakrys!!!!!!!!! >
<b><div align="center"><center><p>Search for a Server name of IP adress</b><br>
<input TYPE="text" NAME="searchfor" VALUE="" SIZE="20"><b>
<input type="button" value="Search" align="absmiddle" onClick="checkDatabase()">
</b><br>
<br>
</font>
</p>
</center></div>
</form>
</td>
</tr>
</table>
<!--content stop-->
</body>
</html>
Bookmarks