Pop up Window

S

suraj

Hey Guys,

I know in InfoPath you can have a button set such that it opens a new
'blank' infoPath form.

Does anybody know how to script the button such that it opens an asp page?
I kind of want to use it as a help feature for the user, such that if a user
wants to
see an example of a form filled out, the asp page will show a screen shot of
the form filled out.

Any help you can provide would be greatly appreciated.
 
A

Anjan

I'm not sure about your exect requirement but you can do 2 things

1) use XDocument.UI.ShowModeldialogBox() (it will work only in full trust
security - there is other func. under taskpen.view... for normal forms)
function where you can convert your asp page to html page (as i beleive it is
static demo page) and show it as demo page.

2) if your asp page is not static page, you can create link button and open
the actual asp page in browser.
 
S

suraj

Hey Anjan, thanks for responding. How do you create a hyperlink button? I
know of the control to create a Hyperlink, which is just text that you can
click on, but can't seem to find a button for a hyperlink.

Thanks for you help,
suraj
 

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