Drop-down list pages

Group list web pages enable PageGate to maintain web pages that have a drop-down list of recipient names on them. These pages allow web users to choose one or more names from a drop-down list to send a message to. When recipients belonging to groups that have drop-down lists change, the drop-down list web pages are automatically updated. To enable Group List web pages, you must first have a group setup in PageGate with recipients in it. Create a web page for the group by choosing the 'WebPage' object below the group's object in PG Admin. Choose a Group List template file to be used (an example called list.htm is included). Fill in any needed text or image fields and check the 'Group List' option box. A Group List web page will be created for that group. Optionally you can check the 'Full Names' option box. This option will display the recipient's full name in the web page's drop-down list, in addition to the recipient's user name. When a message is entered from the web into the Group List web page, only the recipients selected from the list will be sent the message, not the entire group (unlike any other group web page). If there are groups as members of this group, their entries will be prefixed with a '{G}' in the list. Below is an example of a Group List web page:

<HTML>
<HEAD>
<TITLE>
~~~text1~~~
</TITLE>
</HEAD>
<BODY>
<H2><CENTER>~~~text2~~~</CENTER></H2>
<HR>
<FORM ACTION ="http://www.mydomain.com/cgi-bin/webgate.exe" METHOD=POST>
<INPUT TYPE=HIDDEN NAME="USER" VALUE = "~~~user~~~">
<CENTER>
<SELECT NAME="SUBJECT" SIZE=5 MULTIPLE>
~~~list~~~
</SELECT>
</CENTER>
<BR>
<CENTER>
FROM
</CENTER>
<CENTER>
<INPUT SIZE=40 MAXLENGTH=100 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>