Writing in body tag

Hi,
I’m developing a webApp and I have a question.
There is a way for writing in the body tag at Runtime?

Thanks to all.

take a look to webkit example projects in webkit directory under extras.

Or you can use the WebPageSource control. But note that you can only assign the HTML once, in the control’s EditSource event (or statically in the IDE).

You could also use a WebHTMLViewer. You can change the HTML of this control at any time as often as you wish, but this creates an iframe, so it may not be what you’re needing.

You can also look into using javascript to modify elements on the page (maybe ones added in the WebPageSource control).

Perhaps you meant the WebSDK?

yes Greg, correct.