Current location: Hot Scripts Forums » Programming Languages » ASP » site search page


site search page

Reply
  #1 (permalink)  
Old 04-01-04, 03:57 PM
divadov divadov is offline
New Member
 
Join Date: Apr 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Question site search page

Hi, i have set up an asp page that searches my site, and it works fine.
But i want to be able to link to this search page from all of my other pages in the site. So i've included a quicksearch on every page - which has a textbox to enter the search term, and a submit button. When the button is pressed, i want it to go to the search page, and automatically do the search.
example, in the quicksearch, they might enter "cat", when they press the search button, they are redirected to the search page, and the results for "cat" are shown.

The way it is now, it goes to the search page, but no results are shown.
The quicksearch is a form with the action as the search page.

How can i do this?


thank you very much in advance
Reply With Quote
  #2 (permalink)  
Old 04-14-04, 06:39 AM
GO4TF4CE's Avatar
GO4TF4CE GO4TF4CE is offline
Wannabe Coder
 
Join Date: Apr 2004
Posts: 223
Thanks: 0
Thanked 0 Times in 0 Posts
this is a quick example of how to incorporate goolgle into a page, you can simple change the url for other search engines.

<FORM NAME="form1" ID="form1">
<input name="searchbox" type="text" id="searchbox">
<a href="javascript:dosearch();">Search</a>
</FORM>

<SCRIPT language="javascript">
function dosearch() {

newwin=window.open(location.href='http://www.google.com/search?q='+document.form1.searchbox.value);
}
</SCRIPT>
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Classified Ads skipper23 Perl 3 11-22-05 02:22 AM
SEO Expert Available nakulgoyal Job Offers & Assistance 2 08-14-04 12:38 PM
Classified Ads skipper23 Perl 2 12-30-03 03:43 AM
Declared Functions skipper23 PHP 4 12-17-03 10:06 AM
index page not showing up skipper23 PHP 3 12-15-03 01:10 PM


All times are GMT -5. The time now is 04:17 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.