Gossamer Forum
Home : Products : DBMan : Installation :

Keyword Search

Quote Reply
Keyword Search
I have designed a few html files that will allow the user to search for information in the database. One is:

http://www.vrobinson.net/vrobinson/Directories/Search/Business.html

It works fine. The other is:

http://www.vrobinson.net/vrobinson/Directories/bindex.html

The problem with this one is after you type in your search criteria, if you hit the "Enter" key, it gives you an 'Error:Unknown Action' page. If you click the search button instead of hitting "Enter", it will work correctly.

This one has me stumped. The code on both pages is similar, but I'm surely missing something.

Any ideas as to why this is occuring.

Thanks,

------------------
Rick Guyer
Virtual Robinson
DualTech Services, Inc.
Quote Reply
Re: Keyword Search In reply to
Hey.
I had the same problem. It seems that if in any given <form>, there are multiple field to fill, it denies the use of the <enter> key, but with a single field will allow its use. My problem was that it wasn't posting all the necessary info. Try some <INPUT TYPE="hidden"...> fields to define the 'db' and the 'uid'. Hope this helps.

rwk