Link to home
Start Free TrialLog in
Avatar of IndranilBapat
IndranilBapat

asked on

window.open-New Tab-IE7-Javascript

Hi
We want to open url in new tab (IE7) using javascript.  It works by modifying IE7.Tools.InternetOptions.TabSettings.Always Open Pop Ups in New Tab. However without this, it does not work.
Can you suggest any way to open url in Javascript, without altering any settings in IE7 ?
Thank you in Advance
Vijay


Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

You will not likely have access to that feature from JS
Avatar of IndranilBapat
IndranilBapat

ASKER

Is there any other "programming" way, we can achieve this?. We are using C#, ASP.NET 2.0, AJAX in building our application
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you very much for your timely help. Will keep in touch for sure.