J
Jeff
I'm pretty sure the answer will be "no," but I'll ask anyway. I'm new to
this so please bare with me if I don't use great terminology.
I have a Web based application written in Visual Studio.net 2005 using
visual basic.
It works well in newer versions of IE, but is problematic with Firefox and
some of the other browsers.
I already have working code that will detect the client's browser in use and
if it's not IE, will take the client machine to a page that explains that
the app won't work well unless they use IE. It will be visited, however, by
people who are not very computer literate, so I want to make things as easy
as possible for them.
So,
I'm wondering whether there is any way of placing any type of code on my
page that could permit a button click on my web page to open IE on the
client's computer (perhaps with the client machine user's permission or
similar). One of the reasons for doing this is that the original link for my
page has an embedded query string that I could then transfer over to IE from
the original browser, but that query string will be lost if the user of the
client machine simply opens IE on their own through the program menu.
If that's impossible, I'm wondering whether there is some other way to
transfer information from one web browser to another (IE) other than to
simply display that info on the web page and have the user manually enter it
in a text box on the second (IE) browser, or copy the original link into the
new browser.
....hope this question makes sense.
Thanks in advance
Jeff
this so please bare with me if I don't use great terminology.
I have a Web based application written in Visual Studio.net 2005 using
visual basic.
It works well in newer versions of IE, but is problematic with Firefox and
some of the other browsers.
I already have working code that will detect the client's browser in use and
if it's not IE, will take the client machine to a page that explains that
the app won't work well unless they use IE. It will be visited, however, by
people who are not very computer literate, so I want to make things as easy
as possible for them.
So,
I'm wondering whether there is any way of placing any type of code on my
page that could permit a button click on my web page to open IE on the
client's computer (perhaps with the client machine user's permission or
similar). One of the reasons for doing this is that the original link for my
page has an embedded query string that I could then transfer over to IE from
the original browser, but that query string will be lost if the user of the
client machine simply opens IE on their own through the program menu.
If that's impossible, I'm wondering whether there is some other way to
transfer information from one web browser to another (IE) other than to
simply display that info on the web page and have the user manually enter it
in a text box on the second (IE) browser, or copy the original link into the
new browser.
....hope this question makes sense.
Thanks in advance
Jeff