|
Instructions
Below is the code you will need to use to create your search engine.
Simply copy and paste the code into your webpage and upload it to your
server.
SECTION I: is your search box where your
visitors will type in their search criteria. In this section, change
the form action tag to the name of your webpage. For instance if you
named your page "search.html",
your action tag should look like:
<form method="get" action="search.html">
SECTION
II is where
your search results will display. There is no need to change any information
in this section.
Once you are complete and have tested the page out, please feel free
to customize your look and feel to match your website.
|