|
|
Messages can be sent to pagers by using their PIN (ID) numbers. This option is only available with the 5000 pager license or greater. The advantage of this feature is that a user account for each pager does not have to be setup in PageGate. Only a single Ad-Hoc recipient needs to be setup for each carrier. The disadvantage is that the sender must know the PIN (ID) numbers of the pagers (harder to remember than recipient names). Sending messages using Ad-Hoc is similar to sending Multi-Page messages. In PageGate's Admin program, create a recipient and set it as an Ad-Hoc recipient. The carrier information must be correct; it is used to set which carrier the messages are sent to. With the Ad-Hoc recipient set as the web page's USER field, the SUBJECT field is used to receive the PIN (ID) numbers. The PIN (ID) numbers can be separated by spaces, commas, or semi-colons:
<HTML>
<HEAD>
<TITLE>
PageGate's Ad-Hoc Web Page
</TITLE>
</HEAD>
<BODY>
<H2><CENTER>
Fill in This Form to Send a Page
</CENTER></H2>
<FORM ACTION ="http://www.mydomain.com/cgi-bin/webgate.exe" METHOD=POST>
<INPUT TYPE=HIDDEN NAME="USER" VALUE = "put ad-hoc user name here">
<CENTER>
TO <INPUT SIZE=60 MAXLEN=200 NAME="SUBJECT"></TEXTAREA>
</CENTER>
<BR>
<CENTER>
FROM <INPUT SIZE=40 MAXLENGTH=80 NAME="FRM"></TEXTAREA>
</CENTER>
<BR>
<CENTER>MESSAGE</CENTER>
<CENTER>
<TEXTAREA COLS=60 ROWS=5 WRAP=VIRTUAL NAME="MSG"></TEXTAREA>
</CENTER>
<BR><BR>
<CENTER><INPUT TYPE=SUBMIT NAME = "SEND" VALUE = "SEND PAGE"><INPUT TYPE=RESET VALUE = "CLEAR FORM"></CENTER>
</FORM>
</BODY>
</HTML>