Hi,
I'm looking for help for Close InfoPath Form through Code.
I searched in newsgroups and I found nothing.
I tried XDocument.View.Window.Close(true); and didn' work.
Other ways like Application....doesn't work because need permission for
security level 2 or 3.
I need a simple way to do that with JavaScript
Can somebody help me?
Tks
riya choudhary - 06 May 2005 08:13 GMT
I think Application.ActiveWindow.Close(false); should work
it worked here...