How JAZreturns Works
JAZreturns works by simply placing a small piece of JavaScript code
on each of your web pages. Yes, it's that easy!
JAZreturns will then e-mail you the daily, weekly and monthly JAZreturns
reports.
The following is an example of the JavaScript code that needs
to be added to each of your web pages. The additions to the page are
highlighted in red. You can add the JAZreturns
code yourself or have your web designer do it for you.
As you can see, modifying your pages to include the JAZreturns code
is simple.
<HTML><HEAD> <TITLE>Example page</TITLE> <script Language="JavaScript" src="/ezytrack.js"></script> </HEAD> <BODY> <H1>My Page</H1> <p>Lots of contents <p>Lots of contents <script Language="JavaScript" src="http://www.ezytrack.com/returns.js"></script> </BODY> </HTML>
|