»
EnglishFrenchVietnamese

Print - Google Internal Site Search script - JavaScriptBank.com

Full version: jsB@nk » Utility » Search-code » Google Internal Site Search script
URL: https://www.javascriptbank.com/google-internal-site-search-script2.html

Google Internal Site Search script © JavaScriptBank.comNeed a powerful internal search engine script to allow visitors to search the contents of your site? How does Google sound? This JavaScript uses Google to enable search on your site.

Full version: jsB@nk » Utility » Search-code » Google Internal Site Search script
URL: https://www.javascriptbank.com/google-internal-site-search-script2.html



HTML
<table bgcolor="#000000" border="1" bordercolor="red"><tr><td><script language="Javascript">function search(){if (formx.q.value <= 0) alert("Please enter a term to search for");if (formx.q.value <= 0) reload();}</script><script type=text/Javascript>function reload(){location.reload()}</script><font color="red">Hint: Put a &#39;+&#39; Before Simple Search Terms To Include Them in Your Search</font><form name="formx" method=GET action="http://www.google.com/search"><input type="text" name="q" value="" size="40" maxlength="38" onSubmit="search()"><input type="submit" name="btnG" onClick="search()" value="Search Google"></form></td></tr></table><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->