Page 1 of 1

Using the AccuTracking map on other websites

Posted: Fri Dec 03, 2004 3:39 pm
by n8wb
I was curious. Is there any way for us to use the tracking maps on another website for all to view? We are looking at using your service with weather spotters out in the field. We have a website for the county emergency managment and I was thinking it may be interesting to have this info available on our main page for visitors to view.

Thank you in advance,

Jeff

Posted: Fri Dec 03, 2004 3:51 pm
by ATSupport
You can use Java script to login to your account automatically and embed the tracking page in a frame. Skibum knows the details I believe.

Posted: Fri Dec 03, 2004 5:54 pm
by Skibum
To login automatically to your tracking page, use the following code:

Code: Select all

<html>

<head>
<title>Locate Me</title>
<script language="JavaScript"><!--

   function AccutrackLogin() {

      document.register.submit();

      return false;

   }

//--></script>

<body onload='AccutrackLogin()'>

</head>

<form name="register" method="POST" action="http://accutracking.com/login.php" target="_self">
<input type="hidden" name="user" value="*****">
<input type="hidden" name="pwd" value="*****">
</form>

</body>

</html>
Substitute the ***** with your username and password.

Posted: Mon Dec 06, 2004 9:56 am
by n8wb
Thanks for the info! I'll pass the code along and see if we can get things up and running.

Jeff

Posted: Mon Dec 13, 2004 2:33 pm
by ATSupport
Or, would the new "location sticker" help you?
viewtopic.php?t=217

Posted: Wed Dec 15, 2004 2:31 pm
by n8wb
Actually, both are great ideas. The first will enable users to track multiple phones. The sticker in the sig will enable people to check out individuals.

Posted: Wed Dec 15, 2004 6:44 pm
by Skibum
N8WB...

Is there waterskiing in that water near you? :)

Posted: Thu Dec 16, 2004 8:19 am
by n8wb
Sure is! That is one great thing about living near the water. Boat access is really inexpensive. Especially if you know someone that has access from their property. With all of the inland lakes it can get a little crowded, but go out to one of the Great Lakes and you can be out by yourself with nothing but the large transport ships to worry about.

Posted: Sat Nov 10, 2007 10:01 pm
by youbecha
I hate to bring up Lazarus...but...

Is there any way to display the location map within my own web page...not the little sticker thing, but an actual map?


I tried the above code...but all it does is redirect my browser to the Accutracking login...so apparently the code doesn't work, or no longer works.

Posted: Sat Nov 10, 2007 10:07 pm
by ATSupport
Yes you can. Just scroll down the sticker page and you'll see the section 2 "Hyperlink" and section 3 "History Sticker", just put the links provided there in an "iframe" on your web page.