WebPage1.DrawInto?

How does one draw a control onto webpage1 programmatically?

This will give you a better idea of what I’m after, but, of course, it fails

dim radio_buttons as new RadioGroup WebPage1.DrawInto(radio_buttons, 100, 100)

At best even on a desktop app drawinto would give you a picture not a functional set of radio buttons (which I assume you’re after?)

That is correct. Ho w can I add controls on the fly?

http://documentation.xojo.com/index.php/Webcontainer
See “EmbedWithin”

Thanks MJ