Ask a Question related to ASP Database, Design and Development.
-
shell #1
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, the resulting records
based on the chosen value will display below the dropdown.
How do I do this without reloading a new page with the
results and that the time that user has to wait can be
minimized?
shell 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: ... -
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... -
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... -
Default Search for 2 field values return all results?
Hi. I have two fields that users can search for. Either room number or Phone number. They can also put both a room number and a phone number and... -
Prevent 'Page has expired' when a client hits back to return to a search page
I have a search page that I want to enable private caching so that when a user hits the back button they dont get the page has expired error. I... -
Bob Barrows #2
Re: Return Search Results on the Same Page
shell wrote:
You will need to use client-side code to achieve this, which goes beyond the> 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, the resulting records
> based on the chosen value will display below the dropdown.
>
> How do I do this without reloading a new page with the
> results and that the time that user has to wait can be
> minimized?
scope of this newsgroup. However, here are a couple option:
a) use frames
b) use XMLHTTPRequest: for an example of this, get my dynamic listbox demo
at
[url]http://www.thrasherwebdesign.com/index.asp?pi=links&hp=links.asp&c=&a=clear[/url]
You should follow this up on a client-side coding newsgroup: m.p.scripting.*
or any group with "dhtml" in its name.
HTH,
Bob Barrows
Bob Barrows Guest
-
shell #3
Re: Return Search Results on the Same Page
Thanks Bob for your advice. I will look at your example
later. I do not want to use frames on the page, if I want
the page to be supported by older browsers, can I still
use XMLHTTPRequest?
Thanks,
Shell
drop>-----Original Message-----
>shell wrote:>> I am new to ASP and would like to write a page with adropdown.>> down listbox on the top of the page. As soon as user
>> choose a value in the dropdown, the resulting records
>> based on the chosen value will display below thewhich goes beyond the>>>
>> How do I do this without reloading a new page with the
>> results and that the time that user has to wait can be
>> minimized?
>You will need to use client-side code to achieve this,option:>scope of this newsgroup. However, here are a coupledynamic listbox demo>
>a) use frames
>
>b) use XMLHTTPRequest: for an example of this, get mypi=links&hp=links.asp&c=&a=clear>at
>[url]http://www.thrasherwebdesign.com/index.asp?[/url]newsgroup: m.p.scripting.*>
>You should follow this up on a client-side coding>or any group with "dhtml" in its name.
>
>HTH,
>Bob Barrows
>
>
>.
>shell Guest



Reply With Quote

