We can open InfoPath using the below statement,
XDocument.Open("URL of the form");
Above statement will not work in onload function as form is not loaded.
"Luciano Guidetti" wrote:
> I'm using an InfoPath forms service in browser mode and I need to open a new
> window in onLoad event.
> Is it possible? How to I do it?