Interactions Between Frames
 
 

A MapGuide page may need to perform three types of interactions:

User input and output is done directly through the HTML code in the page itself. This can include any standard HTML interaction, like hyperlinks and form input.

Viewer commands are done with the MapGuide Viewer API, which is a collection of JavaScript commands available in the Viewer frames. See MapGuide Viewer API for details.

Communication with the site server is done using the MapGuide Web API.