Customer Service

Thank you for your interest in the Arch Developer website.

vert line spacer

DEVELOPER INFORMATION - HTTP/Web Interface Custom

This information is not supported by Technical Support.

Customizing the Arch Send a Page for your pager.
If you would like a link for your website or e-mail message that points directly to the "Send A Page" and displays your Name, use this example:
(This is the only executable that will accept a GET method)
http://www.Arch.com/cgi-bin/wwwpreproc.exe?PIN=PagerID&NAME=Your+Name

If you would rather have a button than a link, use the following example:

<form action="http://www.arch.com/cgi-bin/wwwpreproc.exe" method="post">
<input type="hidden" name="PIN" value="PagerID">
<input type="hidden" name="NAME" value="Your Name">
<input type="submit" value="PageMe">
</form>

 

vert line spacer