-
web development
How does one make a search box on their website and what does the HTML coding look like? Please help
Thanx
-
-
Text clustering engine for search engine result
...and check out Accumo Classifier. It can add clustering feature to give your user a enhanced search experience
-
web design
Hi
I veiwed the HTML coding to be put into my website to make a search. How would this search only involve contents with in my web site?
thank you
-
Try this:
<form method="get" action="http://www.google.com/custom">
<table bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><a href="http://www.google.com/custom/"><img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google" align="absmiddle" /></a></td>
<td><input type="text" name="q" size="25" maxlength="255" value="" />
<input type="submit" name="btnG" value="Google Search" />
<input type="hidden" name="cof" value="GL:0;" />
<font size="-1">
<input type="hidden" name="domains" value="www.yourdomain.com" />
<br />
<input type="radio" name="sitesearch" value="" />
WWW
<input type="radio" name="sitesearch" value="www.yourdomain.com" checked />
www.yourdomain.com <br />
</font> </td>
</tr>
</table>
</form>
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks