kingot
05-16-2011, 01:40 PM
Hi ,
I am creating a website that is purposely for advertising all kinds of products.
Now i want to add a search engine on the site...that is when a clients type in the product say "laptops" it should display a result about pages that advertised laptops within my website...
Here is what i have done..
<div id="search">
<form action="http://www.tarkwamarket.com/search" method="get">
<input type="text" name="q" value=""/>
<input type="submit" class="submit" value="Search For Products"> <b class="coloradvanced">Advanced</b>
</form>
</div>
Please any help would be appreciated.
Thanks
Clement Osei
kingot is offline Reply With Quote
I am creating a website that is purposely for advertising all kinds of products.
Now i want to add a search engine on the site...that is when a clients type in the product say "laptops" it should display a result about pages that advertised laptops within my website...
Here is what i have done..
<div id="search">
<form action="http://www.tarkwamarket.com/search" method="get">
<input type="text" name="q" value=""/>
<input type="submit" class="submit" value="Search For Products"> <b class="coloradvanced">Advanced</b>
</form>
</div>
Please any help would be appreciated.
Thanks
Clement Osei
kingot is offline Reply With Quote