Is there a way in a link, to force IE to physically open a new browser?
I know all of the target = commants, but a new browser through those is like hitting ctrl+n or file-new-broswer, which retains the session from the first window.
Ideally it would be a call like this:
"C:\Program Files\Internet Explorer\iexplore.exe"
as you would run from a dos command. We have 1 legacy web app that doesn't like to run when linked into a new window, and I have a feeling the session has something to do with it.
Any ideas?
I know all of the target = commants, but a new browser through those is like hitting ctrl+n or file-new-broswer, which retains the session from the first window.
Ideally it would be a call like this:
"C:\Program Files\Internet Explorer\iexplore.exe"
as you would run from a dos command. We have 1 legacy web app that doesn't like to run when linked into a new window, and I have a feeling the session has something to do with it.
Any ideas?