[h1]Making Your Own Search Engine Using Yahoo![/h1]
I have permission to use this as i build thru yahoo all the time with various clients so i thought i would share this with you all to show you how to build one. now keep in mind that you may use what ever site you want to.
this is just a basic query form for the net search engine which you are using yahoo or whomever you chose to. you can plug this in anywhere on you page. very simple to place.
<!-- Begin Yahoo! Search Form -->
<form method=get action="http://search.yahoo.com/bin/search">
<a href="http://www.yahoo.com/">
[img src="http://us.geo1.yimg.com/pic.geocities.com/us/i/geo/ao/us_cat.gif" width=151 height=39 border=0 align=top alt="[ Yahoo! ]http://"></a>[/img]
<input type="text" name="p" value="" size=18>
<input type="submit" name="name" value="Submit Query">
<font size=1>
<a href="http://search.yahoo.com/search/options">
options</font></a>
</form>
<!-- End Yahoo! Search Form -->
this is for just using the search bar without the logo and what not. it works the same way as above , but i don't use the yahoo logo saving some space on the page as bandwidth is of essence as you know.
<!-- Begin Yahoo! Search Form -->
<form method=get action="http://search.yahoo.com/bin/search">
<a href="http://www.yahoo.com/">
<input type="text" name="p" value="" size=18>
<input type="submit" name="name" value="Submit Query">
</form>
<!-- End Yahoo! Search Form -->
sorry all sketchis has the new files fixed. i left them both on the same page. sorry for the confusion. they are verified working and sketchi has the new pages. please wait for posting change. all you have to do is remove one of the search features from you document.
Example Page:
Click here to see an example of this script.If you like this tutorial, please
Click Here to register.
Click the link below to download the HTML file for this tutorial.
Making Your Own Search Engine Using Yahoo HTML