Searchform.csp

To download the CSP files from this tutorial, click TutorialSamples.zip. For more information, see Code examples.

<%@ Language=JavaScript%>

<HTML>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">

<link REL=STYLESHEET TYPE='text/css' HREF='tut.css'>

<BODY>

<!-- #include file=helper_js.csp -->

<%

Response.Write ("<FORM Name=logonForm Action='Search.csp' Method=POST>");

Response.Write ("<P><B>Search</B></P>");

Response.Write ("<P>Enter the name of the report that you wish to search for. " +

    "This may be the full name or only part of the name.</P>");

Response.Write ("Name: ");

%>

<INPUT Type=text Size=30 Name="SearchString" Value="">

<P><INPUT Name=sa Type=submit Value="Search">

</BODY>

</HTML>




Crystal Decisions, Inc.
http://www.crystaldecisions.com
Support services:
http://support.crystaldecisions.com