Customer Access to Customer Loyalty

 

 

 

There are two ways to connect to the system:

 

 

1)      Open URL  http://www.smarttechreport.com/customer/default.asp

 

Open this page and you will be asked for Last Name and Birthday.

 

 

 

 

2)      If you want to use Java or connect in another way, use the following:

 

 

Connect to

 

http://www.smarttechreport.com/customer/GetDealers.asp

with these variables

 

CUSTOMERNAME and

 

CUSTOMERBD

 

Populated in HTML with the User’s last name and birthday.  The code that calls this page is listed below:

 

 

 

<table border="0" width="100%" style="border-style: solid; border-color: #FFFFFF">

  <tr>

    <td width="25%"><p align="center"></p></td>

    <td width="50%">

  <p align="center">&nbsp;</p>

  <p align="center"><font size="4">Please enter your <B>Last Name/Birthdate</B> below and press <B>Enter</B></font></p>

  <p align="center"><input type="text" name="CUSTOMERNAME" value=""><font size="3"><BR>

  <p align="center"><input type="text" name="CUSTOMERBD" size="20"><BR>

  MM/DD/YYYY<BR>

  <input type="submit" style="background-color:Blue; font-weight: bold" value="Enter" name="B1"></p>

    </td>

    <td width="25%"><p align="center"></p></td>

  </tr>

</table>