877.517.1125
http://netTrekker.com

Easy Access

Increase usage with quick and easy access to netTrekker
Select one or more of the following to provide easy access for your educators, students and parents.

Create a netTrekker Search Box

IP access provides immediate access for all students and teachers at school -- no usernames and passwords are needed.

We make it easy to add our search box to your website by providing the HTML code. Simply follow the steps below, and your teachers and students with IP authentication will be able to do a netTrekker Search from anywhere on your site.

Edit the HTML file to which you want to add the search section. Copy and Paste the following section of code where the search dialog is to appear. When the dialog appears, the user enters a search term and clicks Go to display netTrekker Search Results page.

<div>
  <img src="http://school.nettrekker.com/images/login/nT_Logo.gif" alt="netTrekker Search" border="0" />
</div>
<div>
  <form action="http://school.nettrekker.com/searchKeyword" method="GET" rel="external" name="kwdbar">
    <label style="color:#663399; font: bold 16px Verdana,Arial,Helvetica,sans-serif;" for="id_query">Keyword:</label>
    <input type="text" value="" style="font: 14px Verdana,Arial,Helvetica,sans-serif; vertical-align: middle;" maxlength="60" size="25" name="query" id="id_query" />
    <input type="image" src="http://school.nettrekker.com/images/btns/search.gif" style="vertical-align: middle;" border="0" title="Search" alt="Perform a search" name="go_kw" />
    <input type="hidden" value="/goPage?np=/home.ftl&amp;pp=/home.ftl" name="nextService" />
    <input type="hidden" value="/webresults.ftl" name="np" />
    <input type="hidden" value="/webresults.ftl" name="pp" />
    <input type="hidden" value="Middle" name="al" />
    <input type="hidden" value="WEBCONTENT" name="searchType" />
    <input type="hidden" value="8" name="limit" />
    <input type="hidden" value="1" name="start" />
    <input type="hidden" value="M" name="HOMEPAGE" />
  </form>
</div>