The code that is generated on the site for the web sticker needs to be modified when you have more than one sticker on a web page.
The first tag in the code is MAP. The value for NAME= parameter is "AccuTracking" -- change this to a unique value in each sticker (I just appended the user's name (ie "AccuTrackingJoe").
The second tag in the code is IMG. At the end of that tag there is a USEMAP= parameter. Change its value from "AccuTracking" to the same value as you did the NAME parameter in the MAP tag.
In other words the NAME= parameter in the MAP tag and the USEMAP= parameter in the IMG tag must be set to unique values in the code for each sticker so that they do not conflict with each other.
An alternative to the Stickers that I like better is that I put a link on my site to a page that contains the following code:
Code: Select all
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>AccuTracking - Adjuster Tracking</TITLE>
</HEAD>
<BODY onload="document.form1.submit();">
<form name="form1" method="post" action="http://www.accutracking.com/login.php">
<input name="user" value="YOUR LOGIN NAME" type="hidden" id="user6" size="16" maxlength="10">
<input name="pwd" type="hidden" value="YOUR PASSWORD" id="pwd2" size="16" maxlength="10">
</form>
</BODY>
</HTML>
Clicking on the link opens the page which then automatically submits the from to Accutracing.com/login.php and logs you into the site. I use a sub account with no admin privileges.