Open a link in a Webbased 2007 Infopath formular

J

Janko

Hi all,
I have implemented a button which should call a link.

It has to be a button, I can not use the Infopath Hyperlink control to open
a link.

The reason why a button is because I'm checking some settings and only when
specials settings are true the button will be activated and opens a url.

This works fine with the Infopath 2007 application by using
System.Process.Diagnostics --- Start("http://www.microsoft.com")

But when I try to do the same in the web based formular (Sharepoint, Forms
Services)
The link does not open at all

I tried many code examples but without a result

Has someone an idea how to open a URL by using VB .NET code ?

Any help is more then welcome

Thank you

Janko
 
L

lai

Janko wrote on 06/21/2007 15:43 ET
Hi all
I have implemented a button which should call a link

It has to be a button, I can not use the Infopath Hyperlink control to ope
a link

The reason why a button is because I'm checking some settings and only whe
specials settings are true the button will be activated and opens a url

This works fine with the Infopath 2007 application by usin
System.Process.Diagnostics Start("http://www.microsoft.com"

But when I try to do the same in the web based formular (Sharepoint, Form
Services
The link does not open at al

I tried many code examples but without a resul

Has someone an idea how to open a URL by using VB .NET code

Any help is more then welcom

Thank yo

Jank
hi

may i know how you implement a button which can call a link when click on it
this will helping me as i'm looking for a solution with the scenario afte
clic
on the button, it will open another window based on the url and close th
infopath form
the url can be the link to other web site such as google

thanks
 

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