how to open mozilla firefox from internet browser? My user application has stopped third party call from old IE browser, but my appliction run in 2003 due to that support only IE8 max.
Please let me know if you need more help.
Please give us feedback no matter whether you get your answer.
Please "Mark as Answer" if it's useful for you.
how to open mozilla firefox from internet browser?
It is NOT possible for a web server to instruct a client's system to open a specific browser.
Das.Sandeep
My user application has stopped third party call from old IE browser,
Can you clarify the above statement and include any errors that you are receiving? Is the browser making an AJAX call or are you making the call from the web server? Maybe this issue is the SSL/TLS support in Server 2003? Or are you referring to Visual
Studio 2003 and .NET 1.1?
Das.Sandeep
but my appliction run in 2003 due to that support only IE8 max.
Can you clarify the problem you are trying to solve?
It would be very tricky at best (ie would require full access to client machines), would be confusing for users and might even cause other issues (for example not using the same session).
So rather than adding more complex stuff to workaround a problem, it is always better to try to solve the original issue. If you need a particular browser, test for the feature you need and tell them about that. Or upgrade your app.
I'm not sure to get if you mean that your app needs an old browser or if you have IE8 users and wan't to direct them to a more recent browser.
Star
8783 Points
2327 Posts
how to open mozilla firefox from internet browser?
Mar 20, 2017 10:59 AM|Das.Sandeep|LINK
Hello All,
how to open mozilla firefox from internet browser? My user application has stopped third party call from old IE browser, but my appliction run in 2003 due to that support only IE8 max.
Please give us feedback no matter whether you get your answer.
Please "Mark as Answer" if it's useful for you.
Regards,
Sandeep
All-Star
52241 Points
23303 Posts
Re: how to open mozilla firefox from internet browser?
Mar 20, 2017 11:47 AM|mgebhard|LINK
It is NOT possible for a web server to instruct a client's system to open a specific browser.
Can you clarify the above statement and include any errors that you are receiving? Is the browser making an AJAX call or are you making the call from the web server? Maybe this issue is the SSL/TLS support in Server 2003? Or are you referring to Visual Studio 2003 and .NET 1.1?
Can you clarify the problem you are trying to solve?
All-Star
48320 Points
18004 Posts
Re: how to open mozilla firefox from internet browser?
Mar 20, 2017 12:30 PM|PatriceSc|LINK
Hi,
It would be very tricky at best (ie would require full access to client machines), would be confusing for users and might even cause other issues (for example not using the same session).
So rather than adding more complex stuff to workaround a problem, it is always better to try to solve the original issue. If you need a particular browser, test for the feature you need and tell them about that. Or upgrade your app.
I'm not sure to get if you mean that your app needs an old browser or if you have IE8 users and wan't to direct them to a more recent browser.