|
|
A message can be sent to many PageGate recipients (pagers) by using the Multi-Page feature. A Multi-Page recipient must first be setup in PageGate's Admin program. It is simply used as a flag, the recipient information is not important. With the Multi-Page recipient set as the web page's USER field, the SUBJECT field is used to receive the actual recipient names. The recipient names can be separated by spaces, commas, or semi-colons:
<HTML>
<HEAD>
<TITLE>
PageGate's Multi-Page Web Page
</TITLE>
</HEAD>
<BODY>
<H2><CENTER>
Fill in This Form to Send a Page.
More than one username can be input
</CENTER></H2>
<FORM ACTION ="http://www.mydomain.com/cgi-bin/webgate.exe" METHOD=POST>
<INPUT TYPE=HIDDEN NAME="USER" VALUE = "put multi-page username 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>