Window Open on Load form

L

Luciano Guidetti

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?
 
S

Shiva

Hello,

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.
 
Top