1. http question
In Euphoria, is there a way to send data to a web site?
Specifically, a string of data to a cgi script? I have a dyndns.org
account, and to update my IP, so people are forwarded from
http://neksys.dyndns.org to my own dynamic IP, a simple web form is
used. I've automated the process by writing a simple javascript that
opens the page:
and closes it when finished.
This worked great, until dyndns.org implemented a one-update/IP policy,
with violators accounts disabled. Bleh, not good, cuz I have the
auto-update javascript as part of my start page. I know there are
plenty of ways around it, but I want to do the whole thing in Euphoria.
Thanks,
Greg