UserGuide

Web Page Source

From Xojo Documentation

Contents

Use the Page Source control to add your own HTML to a web page before it is sent to the browser.

The Source value must be valid HTML. That means if you are going to include JavaScript for example, it must be wrapped in valid HTML syntax. Anything that can be wrapped in valid HTML (JavaScript, CSS, meta tags, etc.) can be included in the Source.

Web Page Source cannot be used with a Web Dialog or Web Container. It is for use with Web Pages only.

See Also

WebPageSource class; UserGuide:Web UI topic