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 mail message") and update the two variables in the javascript:
What language would be used for this kind of thing? It seems to me that it is in the same class of problem as emailing direct to a blog.
Of course the sender's name is fixed eg: xxx@airmessage. net and the dataformat is fixed. I just need to know how to get programmatic access to the email message.
Does this constitute server-side scripting? If JavaScript cannot do this, then what language would I use?
Thanks very much,
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 mail message") and update the two variables in the javascript:
What language would be used for this kind of thing? It seems to me that it is in the same class of problem as emailing direct to a blog.
Of course the sender's name is fixed eg: xxx@airmessage. net and the dataformat is fixed. I just need to know how to get programmatic access to the email message.
Does this constitute server-side scripting? If JavaScript cannot do this, then what language would I use?
Thanks very much,
Comment