|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Web Studio Content - iHost CoolStuff
|
|
|
|
Add the ability for visitors to search your entire site.
|
|
|
|
|
All you have to do is add the Search form to a page in your site with the HTML object from
the CoolStuff Gallery.
|
|
Below are step by step instructions to add the Search form.
|
|
|
|
|
|
|
|
|
|
|
|
This is how the form will look on your
page.
|
|
To add the form follow these directions:
|
|
Click on the CoolStuff tab in WebStudio.
|
|
Drag the HTML object onto a page.
|
|
Double click on the HTML object to open
the HTML editor.
|
|
Copy the HTML, below, from this page
and paste it into the HTML editor.
|
|
Find the red text in the HTML that says,
"YOUR SITE NAME HERE" and replace
that text with your site's name on
iHostStudio.
|
|
If your site URL is
http://www.ihoststudio.com/joespizza,
you'd enter "joespizza".
|
|
|
|
|
|
|
|
|
|
<form method="POST"
action="http://www.ihoststudio.com/scripts/ihoststudio/hssearch.idq">
|
<input type=hidden name="SiteURL" value="YOUR SITE NAME HERE">
|
Search For: <input type=text name=keywords size=50><br>
|
Return First: <select name="maxhits" size="1">
|
<option value="5">5 matches </option>
|
<option value="10">10 matches </option>
|
<option value="25">25 matches </option>
|
<option value="50">50 matches </option>
|
<option value="All">All matches </option>
|
</select> <br>
|
<input type=submit value="Search Site">
|
<input type=reset>
|
</form>
|
|
|
|
|
|
|
|
|
|
Once the search has been completed,
a page similar to this one is created by
iHostStudio and displayed in your
visitor's browser.
|
|
|