GetWeb Integration

<< Click to Display Table of Contents >>

Navigation:  Introduction > Features & Capabilities > Integration >

GetWeb Integration

Previous pageReturn to chapter overviewNext page

GetWeb Integration

Top Next Previous

 

The GetWeb module allows PageGate to interface with a web server. Web Developers can use this web server interface to send messages to PageGate from their webpages (HTML, ASP, JavaScript, Java, etc.).  This means that you can host paging websites on your local intranet or, if GetWeb is interfaced with an outward facing web server, on the internet. A small CGI program (webgate.exe) is used to accomplish this.

 

The webgate CGI can be used with either a POST or GET method.

 

The POST method can be used by creating a form on your webpage and pointing to the webgate.exe program in the FORM ACTION statement.

 

The GET method is more popular with scripting languages such as JavaScript and Java.  It allows the webgate CGI to be called with a command similar to one that could be entered into a browser's URL field.

 

The GetWeb interface can be used to enable PageGate to be integrated with applications running on different platforms (Unix, Mac, etc.).  Please refer to the GetWeb section of this manual for more details.