Using the AccuTracking map on other websites

Discussions about AccuTracking software and web tracking.
Post Reply
n8wb
Junior Member
Posts: 37
Joined: Tue Aug 17, 2004 10:42 am

Using the AccuTracking map on other websites

Post 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
ATSupport
AccuTracking Staff
Posts: 1906
Joined: Tue Jan 27, 2004 4:36 pm
Contact:

Post 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.
AccuTracking Support
support(at)accutracking.com
Skibum
Senior Member
Posts: 451
Joined: Thu Feb 12, 2004 5:52 pm
Location: Canton, Ct
Contact:

Post 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.
n8wb
Junior Member
Posts: 37
Joined: Tue Aug 17, 2004 10:42 am

Post by n8wb »

Thanks for the info! I'll pass the code along and see if we can get things up and running.

Jeff
ATSupport
AccuTracking Staff
Posts: 1906
Joined: Tue Jan 27, 2004 4:36 pm
Contact:

Post by ATSupport »

Or, would the new "location sticker" help you?
viewtopic.php?t=217
AccuTracking Support
support(at)accutracking.com
n8wb
Junior Member
Posts: 37
Joined: Tue Aug 17, 2004 10:42 am

Post 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.
Skibum
Senior Member
Posts: 451
Joined: Thu Feb 12, 2004 5:52 pm
Location: Canton, Ct
Contact:

Post by Skibum »

N8WB...

Is there waterskiing in that water near you? :)
I can't be tracked anymore... :(
n8wb
Junior Member
Posts: 37
Joined: Tue Aug 17, 2004 10:42 am

Post 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.
youbecha
New member
Posts: 6
Joined: Sat Nov 10, 2007 9:29 pm

Post 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.
ATSupport
AccuTracking Staff
Posts: 1906
Joined: Tue Jan 27, 2004 4:36 pm
Contact:

Post 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.
AccuTracking Support
support(at)accutracking.com
Post Reply