|
Need to handle a form with different query destinations? Here is a sample. Your visitors may choose to search your website or your corporate intranet or rather the web. Change the URLs for search queries in this form and it's ready to work. Code: ASP 2.0 & VBScript |
| |
Overall Rating:
 User Rated
| |
Simple and handy  Written by Anonymous User (#1430-171) from Bruxelles, Belgium (Wednesday, April 18, 2001)
 |
Strengths: no comment Weaknesses: no comment Details: Easy to figure out and useful for any web project. It took me half an hour to integrate in my project which uses Excite engine for all intranet sites and Microsoft's Index server for our department. One thing to know: to avoid any errors do not put a method in the form tag. Better leave it like this <form>.......</form> |
| |
|