Google Search Engine
Internet Irving ISD Website

Creating a Search Engine for Your website

To make a search engine (like the one above) in FrontPage you:

            Go to INSERT … drag down to WEB COMPONENT

            In the dialog box … drag down to the bottom to ADVANCED CONTROLS

            Click on ADVANCED CONTROLS and on the right click on HTML

            Click the FINISH button

            You will now have an empty “HTML Markup” box.

Paste the following into the box.

You will want to edit the text above to search YOUR school site instead of the general Irving ISD website (see the three places in the code below in BOLD RED.)  Change the "http://" lines to point to your website and change the text name of "Irving ISD Website" to your school name.

<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.irvingisd.net/images/white.jpg"
border="0" ALT="Google Search Engine"></A>
</td>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Search">
<font size=-1>
<input type=hidden name=domains value="
http://www.irvingisd.net"><br>
<input type=radio name=sitesearch value=""> Internet
<input type=radio name=sitesearch value="
http://www.irvingisd.net" checked> Irving ISD Website <br>
</font>
</td></tr></TABLE>
</FORM>
<!-- SiteSearch Google -->

Click OK.

You will now see a yellow square with “<?>” written in it.   

This yellow square will appear as the search form when you view the page on the web.