How can I send alphanumeric text to a pager from a Java application? Thanks. Matt
Dave Landers
Ranch Hand
Joined: Jul 24, 2002
Posts: 401
posted
0
You can probably send email to your pager.
Mathew Kuruvilla
Ranch Hand
Joined: Nov 27, 2001
Posts: 135
posted
0
I want to support pagers that may not have the feature of receiving emails.
Tom Ben
Ranch Hand
Joined: Aug 17, 2001
Posts: 109
posted
0
You just need to go to the website of the company that the pager is thru. Mine is thru arch. www.arch.com/message/ I go there thru java and I am just piggy backing the data thru the HTTP Server as if I was there typing it in. java.net.*; java.io.*; these two packages should do it.