I have 2 asp pages. Search.asp, formsearch.asp
I want to form to submit when I hit enter. It seems to submit on enter and goes to the formsearch.asp but nothing happends. But when I hit submit button it works fine. Can someone tell me what's wrong? Thanks guys.
Search.asp (code)
<html>...
Are you kidding me.
"Your intranet users would just as well go to yahoo or google. They could care less."
They do care. Because when I removed the search form from our intranet that allowed users to search for medical terms, google, internal search engine, webster's dictionary.. they all...
How do I use the code above with my form? Here is the code for my form thus far...
<form name="form1" method="post" action="">
<input name="search" type="text" id="search">
<select name="site" id="site">
<option value="http://www.google.com/search?q=">Google</option>
</select>...
Basically,
I want a form where a user can choose (from a combobox)which site they want to search (google.com, http://www.m-w.com, etc..) and it takes them to that site with the search results.
What would be the best way to do this??
Melissa.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.