Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
15266 #1
struggling with asp search - 2 entry fields!
I have a html page with one drop down menu and one text entry box.
I would like both results entered in both of these fields to be checked
against my database.
I can do this for a single field (i.e. just type in and click 'search'), but
for two elements I cannot find any help. The books I have read only cover a
single field.
My html page is: [url]http://munzamedia.co.uk/trip/catalogue.htm[/url]
-you can see the two fields here
My asp search code is this (for one element only):
SQLQuery = "SELECT * FROM researchers WHERE keywords LIKE '"
SQLQuery = SQLQuery & Request.QueryString("keyword") & "%'"
How do I get the second field to work along with the first? I am not after a
direct answer, just some advice as to where I can go to find out this
information.
Thanks,
Mark
15266 Guest
-
Text edit functions not working for text entry fields onMAC
In all the text-entry fields - one cannot cut, copy, paste, nor perform other normal text edit functions on MAC using Firefox. Any idea about the... -
One Search String/Multiple Fields
Hello! What I am trying to do is create a query page for my users that allows them to enter one search string (var=#string#) and then click... -
Validate search entry
Hi I?m a beginner and creating a simple app for inventory control using ColdFusion and MySQL. The normal tables include (item master, vendor,... -
Keyword search on 5 fields
Hello group, I want to use one a keyword which will then automatically search 5 fields for the keyword and display any records with the keyword... -
SQL Search Multiple Fields ??
James wrote: Yes. Well, just execute this SQL statement using the PHP extension for the SQL server you're using. By the way: how does...



Reply With Quote

