Calling webgate.exe directly

For more sophisticated webpages that use javascript, java, or another higher-end language than HTML, the webgate.exe CGI program can be called directly rather than using it only with an HTML form. Here is a sample calling command that can be used in the URL field in a browser to call webgate.exe:

http://www.mydomain.com/scripts/webgate.exe?USER=pageme&FRM=fromme&MSG=This+is+a+test

This would send a message to the recipient 'pageme', from 'fromme', with a message of 'This is a test'