Hi there,
I have done the AutoSwish part and it is working fine. but I found that
cookie could not pick up type="hidden" since I want the users come back
could find their last time search field.
You know that SWISH automatically generated a form
script as following:
<DIV ALIGN="CENTER">
<TABLE>
<FORM ACTION="/cgi-bin/swish-bin/swish.pl" METHOD="POST">
<TR><TD ALIGN="RIGHT">KEYWORD: <INPUT TYPE="text" NAME="keyword"
SIZE="50">
<TR><TD><INPUT NAME="results" TYPE="hidden" VALUE="0">
<TR ALIGN="CENTER"><TD><INPUT TYPE="submit" VALUE="Start Search">
<INPUT TYPE="reset" VALUE="Clear Form">
</FORM>
</TABLE>
</DIV>
I could not exclude <INPUT NAME="results" TYPE="hidden" VALUE="0">
otherwise SWISH search engine does not work.
My cookie is working fine with other forms without type="hidden"
I want to know I am on a right track or not.
Thank you for your help.
David Wen
Received on Mon Oct 5 19:32:38 1998