User Guide

Chapter 6
Connecting to Content
In order for users to see the content you have written, you need to connect the
content to an engine.
There are two ways to connect content to an engine:
n simple method using an Active Server Page (ASP) file
n advanced window control using a JavaScript (JS) file
Connecting to content using an Active Server Page
(ASP) file
There is a simple Active Server Page (ASP) file that can be addressed to view
content. The default hyperlink is http://<server>/RoboAPI.asp. You have
the option of passing a parameter. The options are:
n project=Project_Name
n url=URL
Below are three examples.
n The following URL displays default content from the server:
http://<server>/RoboAPI.asp
n The following URL displays the new_test project (merged with any other
appropriate projects):
http://<server>/RoboAPI.asp?project=new_test
n The following URL displays a third-party Web site in the default window:
http://<server>/RoboAPI.asp?url=http://
thirdpartywebsite.com
Note: In all of the above cases, the target parameter to the anchor tag
specifies where the content is displayed.