This controls the setup of the inline HTML loader.
Type: String
Used within the tags wrapped around the inline HTML. This allows it to be referenced from JavaScript.
Type: String
The name used within the tags wrapped around the inline HTML. This allows it to be referenced from JavaScript.
Type: String
The URL to the content you want to include on the page. The URL must use the same hostname as the current page.
Type: String
The type of request. Valid options are "POST" and "GET". This is used in conjunction with PassThrough XML.
Example:
<PageLoad>
<Setup>
<Name>CorasWorks</Name>
<Id>CorasWorks</Id>
<Src>http://www.corasworks.net</Src>
<Type>GET</Type>
</Setup>
</PageLoad>