R Ryan New member Mar 9, 2010 #1 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!
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!
C Cool New member Mar 9, 2010 #2 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>
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>