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 Login Box

With a bit of HTML know-how, adding our login box to your website is easy! Simply follow the steps below, and your teachers and students will be able to login to netTrekker from anywhere on your site in no time.

Edit the HTML file to which you want to add the login section. Copy and Paste either of the following sections of code where the login dialog box is to appear. The HTML code activates the netTrekker authentication components. The netTrekker dialog box provides three options to the user:

  • Login with existing netTrekker username and password
  • Request password assistance for a netTrekker username
  • Request a netTrekker username and password
<!—vertical netTrekker login box -->
<iframe src="http://www.nettrekker.com/di/ext_login/ntdiextframe_vert.html"
frameborder="0" scrolling="no" width="220" height="200"></iframe>
<!—horizontal netTrekker login box -->
<iframe src="http://www.nettrekker.com/di/ext_login/ntdiextframe.html" frameborder="0" scrolling="no" width="750" height="47"></iframe>