Yahoo Search HTML Code To Put On My Website.?

Ryan

New member
Hey.

I need the yahoo search HTMl code to put on my website.
(It looks like this, http://www.kelowna.thesun.net/)

(PLEASE DO NOT AWNSER THIS QUESTION IF YOU NOT KNOW)

Thank you!
 
I hope this helps (its not how u expect but i tried to find)


try this:


<form method="get" target="_blank" action="http://search.yahoo.com/search" >
<input type="text" name="p">
<input type="submit" value="Search Yahoo">
</form>
 
Back
Top