I got to thinking, maybe it's easier to email the coordinates into my publicly accessible blog at http://tgmtrack.blogspot.com/ (like I'm doing now) and then have the javascript at http://tgmcnaughton.googlepages.com/map2.htm
go out and extract the data from the blog. This might avoid the security issues inherent in logging into a remote email account.
I found a relevant tutorial at: http://classicasp.aspfaq.com/general...
User Profile
Collapse
-
Yes, I can set the email address to whatever. I was sending to my gmail account (the webpage is hosted at googlepages).
It seems to me that what is needed is the same sort of method that is used to allow someone to email directly into their own blog. I have set up a blog at blogger.com and have been having the device send its email there. The site allows you to specify a "Mail-to-Blogger Address."
Any emails...Leave a comment:
-
...
not quite... Let me try to explain a bit better:
The application is a simple GPS tracker. The elements are a device that combines a GPS chipset and a 2-way programmable alphanumeric pager. The pager can send a string in which its current latitude and longitude coordinates are encoded. I have it set to automatically send pages every 5 minutes whenever it is moving. The pages are automatically processed by the pager...Leave a comment:
-
How can I update webpage data (javascript variable) by email post
I have a javascript running on a page hosted by googlepages at:
http://tgmcnaughton.go oglepages.com/map2.htm
It uses the google map api to draw a map and plot a marker at a particular latitude and longitude.
I have a GPS device which sends emails to my gmail account which contain new latitude and longitude coords. I want to periodically check for new messages from the sender (or ideally respond to a "You've got... -
Thanks for the reply.
Let me explain my goals more explicitly. I have a javascript running on a page hosted by googlepages at:
http://tgmcnaughton.go oglepages.com/map2.htm
It uses the google map api to draw a map and plot a marker at a particular latitude and longitude.
I have a GPS device which sends emails to my gmail account containing in the body a string of the form A3402.40611712. 29122514400 which is the...Leave a comment:
-
server side script to automatically extract data from new email.
I'm brand new to server-side scripting. I don't even know if javascript can do this.
I would like a script running on my server to periodically login to and check my email account and each time it finds a new message with a particular identifying subjectline, it should extract the body of the message into a text variable and append it to an existing file already on the server.
I can handle the parsing and the appending,...
No activity results to display
Show More
Leave a comment: