Ask a Question related to Dreamweaver AppDev, Design and Development.
-
dan.how #1
Sending search results to a results page..with asp
Please help.. very :confused;
Ive setup 4 dynamic drop down boxes which populate themselves from my
database, this all works fine..The last box contains a reference number to a
particular vehicle in the database ( each number is different ). How can send
the results of the search over to the results page using just the reference
number, but on the results page have all the information about the vehicle
taken from the database ie colour, year, make etc...not just the ref number
......any help on this problem would be gratefully recieved.
Can post code if required!!
dan.how Guest
-
Search results page
Hi - hopefully I can express my problem correctly - I'm just trying to create a search results page from a query on a linked table. Current SQL: ... -
Help with a Grouped Search Results Page...
I am trying to build a results page from a search box. ( I have a basic search page displaying with the correct information) but on the results page... -
Error in Search Results Page.
Greetings All, What could be causing the error below ? I have a simple form where I am submitting the number of bedrooms and I expect to see all... -
Dynamic operator used in a search/results page
Hi, I have a search results page running where I want the user to filter the results based on a date expression, they can select GREATER THAN, LESS... -
Return Search Results on the Same Page
I am new to ASP and would like to write a page with a drop down listbox on the top of the page. As soon as user choose a value in the dropdown,... -
nisav19 #2
Re: Sending search results to a results page..with asp
make sure the 4 dropdowns are in a form, give it a submit button...on the next page create a recorset that queries your database and use
request.form("name_of_drop_down_that_has_reference _number")
nisav19 Guest



Reply With Quote

