Discussion:
how to save users search terms in a txt file when they press the search button
(too old to reply)
r***@gmail.com
2007-03-06 08:29:52 UTC
Permalink
Hello
here you are my poor code to allow people do searches;

<html>
<head>
<title>Search</title>
</head>

<body>
<td width="52%" align="center" height="82"><!--webbot
bot="Search"
S-Index="All" S-Scope="All" S-Fields
S-FieldsEx="doccomments,docsubject," S-Text="Find " I-
Size="40"
S-Submit="Find" S-Clear="Erase" S-CiMaxRecordsPerPage="500000"
S-CiMaxRecordsInResultSet="1000000" TAG="BODY" b-
useindexserver="1"
S-TimestampFormat="%d/%m/%Y" startspan -->

<form method="GET" action="_vti_script/global.htm0.idq"
target="_blank"
<p><b>Search </b><input type="text" name="UserRestriction" size="40"
value></p>
<p><input type="submit" value="Find"><input type="reset"
value="erase"></p></form><!--webbot bot="Search" endspan i-
checksum="23200" -->


</td>

</body>
</html>


Question 1

why in ><input type="text" name="UserRestriction" size="40" value> the
value is not set?

question 2

how can i save the UserRestriction in a text file (for example in the
_private folder) so I can have a list of searched terms?

Tnx in advance

Roberto Gerlando
r***@gmail.com
2007-03-09 10:13:03 UTC
Permalink
nobody has any idea?

Loading...