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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top