Search Auto complete box

B

Benny

Hi,

We are planning to improve the present search (Product DB search). Is there
any way on ASP script to make an auto complete text box, loaded with the
product names (like in google suggest). I hear AJAX, can that be used with
ASP scripts?

Benny
 
B

Bob Barrows [MVP]

Benny said:
Hi,

We are planning to improve the present search (Product DB search). Is
there any way on ASP script to make an auto complete text box, loaded

This is more of a client-side scripting question, since ASP (server-side
technology) does not know what a textbox is. Try
microsoft.public.scripting.jscript
with the product names (like in google suggest). I hear AJAX, can
that be used with ASP scripts?
AJAX is for ASP.Net. It uses the XMLHTTPRequest object, which can be used in
html pages. Do a google groups search for that term, using the advanced
search features to limit your search to .scripting.jscript.
 
L

Larry Bud

Benny said:
Yes, I find AJAX is not for ASP and supported only in .NET

Huh?

You can absolutely use remote scripting in ASP. I do it all the time.

See google for

XMLHttpRequest
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,905
Latest member
Kristy_Poole

Latest Threads

Top