Web Basics

This example illustrates some of the new web features in MonkeyTerm v2+.

For reference you might want to take a peek at the MOM.

When the MT Web Server receives a request for a document like "/SessionName/SomeStrangeString?Param=Value" it will fire a web event to the session with the name "SessionName". The session will then check if there's any web-events that have a pattern that match "SomeStrangeString". If a matching event is found, then it is fired and the parameters like "Param=Value" can be accessed through the web.request object.

How to load a page when the session loads

How to execute a command by clicking a link in the browser How to dynamically update browser content from the monkey session.