|
|
|
|
File: [Development] / p2rx-programs / include / dsp_searchbox.cfm
(download)
Revision: 1.1, Fri May 12 17:08:45 2006 UTC (3 years, 6 months ago) by pKanel Branch: MAIN CVS Tags: HEAD Initial Commit |
<!--- Name: dsp_searchbox.cfm
Purpose: This file will display the searchbox
Date created: 05/01/2006
Dependancy: None
Variables: SearchText
Date changed:
05/01/2006 Prabin Kanel Created file
05/12/2006 Prabin Kanel Documentation
--->
<form method="get" action="index.cfm">
<p><BR>
<input type="hidden" name="pageAction" value="searchByText">
<input type="text" name="searchText">
<input type="hidden" name="format" value="WDDX">
<input type="submit" value="Find">
</form>
| CVS Admin |
Powered by ViewCVS 1.0-dev |