- Dec 6, 2000
- 261
- 0
- 0
Hi all,
Here's my programming problem that I hope you can advise me on:
I would like to forward my email messages to my cell phone. However, I don't have an email address for the phone, only a web form I can use to send messages one at a time for free. The webpage is here if you want to take a look. It basically has two fields that you fill in, one is the phone number, the other is the text you want to send. It seems to be partly javascript based.
My question, how would I write a script that would automatically pipe messages to be submitted by http request (I'm on a unix/pine system)? I can probably figure out the forward messages to a shell script part, but what would I use to automatically submit web forms? I've heard of smarter people doing this with stupid web forms they have to submit often -- but what exactly would I do?
Thanks!
Here's my programming problem that I hope you can advise me on:
I would like to forward my email messages to my cell phone. However, I don't have an email address for the phone, only a web form I can use to send messages one at a time for free. The webpage is here if you want to take a look. It basically has two fields that you fill in, one is the phone number, the other is the text you want to send. It seems to be partly javascript based.
My question, how would I write a script that would automatically pipe messages to be submitted by http request (I'm on a unix/pine system)? I can probably figure out the forward messages to a shell script part, but what would I use to automatically submit web forms? I've heard of smarter people doing this with stupid web forms they have to submit often -- but what exactly would I do?
Thanks!