home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_06.cab / search.asp < prev    next >
Text File  |  1997-10-07  |  2KB  |  69 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <HTML>
  3. <HEAD>
  4.     <TITLE>Contents</TITLE>
  5. </HEAD>
  6.  
  7. <BODY bgcolor="#000000" onload="Activate()">
  8. <font face="ms sans serif">
  9.  
  10. <% MachType=Request.ServerVariables("HTTP_UA-CPU")
  11. BrsType=Request.ServerVariables("HTTP_User-Agent")
  12.  
  13. If MachType="Alpha" Then
  14.     ContHref="contalph.asp"
  15. Else
  16.     ContHref="Contents.asp"
  17. End If
  18.  
  19. If InStr(BrsType, "MSIE") Then
  20.     IndxHref="Index.asp"
  21. Else
  22.     ContHref="Coflat.htm"
  23.     IndxHref="Inflat.htm"
  24. End If
  25.  %>
  26.  
  27. <SPAN STYLE="position:  relative; left: 0; top: 4">
  28. <A HREF="<%= ContHref%>"><IMG SRC="NoCont.gif" border="0" alt="Contents"></A><A HREF="Index.asp"><IMG SRC="NoIndex.gif" border="0" alt="Index"></A><IMG SRC="Search.gif" border="0" alt="Search">
  29. </SPAN>
  30.  
  31. <Script Language="JavaScript">
  32. <!--
  33. function Activate() {
  34.       document.iissrch.MyRestriction.focus();
  35. }
  36.  
  37. //-->
  38. </Script>
  39.  
  40. <TABLE bgcolor="#ffffff" width="262" height="82%" border="0">
  41. <TR border="0" bgcolor="#ffffff" valign="top"><TD>
  42. <IMG SRC="white.gif">
  43. <font size="-2">In the box below, type a word or phrase and click<BR>Search.</font><br><br>
  44. <FORM ACTION="iisrch.idq" name="iissrch" id="iissrch" target="main" METHOD="POST">
  45.  
  46. <INPUT TYPE="TEXTarea" NAME="MyRestriction" id="MyRestriction" SIZE="27" MAXLENGTH="100"><BR>
  47.  
  48. <SPAN STYLE="position:  relative; left: 0; top: 3">
  49. <INPUT NAME="DoSearch" TYPE="SUBMIT" VALUE="Search">
  50. </span>
  51. <br>
  52. <SPAN STYLE="position:  relative; left: 0; top: 3">
  53. <font size="-2"><A HREF="/iisHelp/iis/misc/ixtiphlp.htm" TARGET="main">Tips for searching</A></font>
  54. </span>
  55.  
  56. <br><BR>
  57.             <font size="-2">Select the length of Results:</font><BR>
  58.             <INPUT TYPE="radio" NAME="CiResultsSize" VALUE="iirturnl" checked><font size="-2"> Long (with summary)</font><BR>
  59.             <INPUT TYPE="radio" NAME="CiResultsSize" VALUE="iirturns"><font size="-2"> Short (without summary)</font>
  60.         <BR><font size="-2">Number of Results:</font><BR>
  61.             <INPUT TYPE="radio" NAME=CiLimits VALUE="50" checked><font size="-2"> Limit to 50</font><BR>
  62.                 <INPUT TYPE="radio" NAME=CiLimits VALUE="10000"><font size="-2"> No Limit</font>
  63.  
  64. </TD></TR>
  65. </FORM>
  66. </TABLE>
  67. </BODY>
  68. </HTML>
  69.