eNetez - Search bar for your site
|
Installing the eNetez custom search bar
NOTE: You can view a sample of this search bar here
Simple Method (Requires PHP):
Simply isert the following line of code wherever you would like your custom search bar to appear:
<?php include("http://www.enetez.com/public/enetezsearch.php");?>
HTML Only Method (NOTE: Browsers must support JavaScript):
Step 1: Download the HTML code here: enetezsearch.txt
Step 2: Copy and past the code from the above file into your web-site's HTML
You should now have a fully functional search where you placed the code
|