Link to home
Start Free TrialLog in
Avatar of axl13
axl13

asked on

How do I get a url to pop up in a new window

When users log on using ssl vpn, they may want to access a device that is not one that is bookmarked. I give them access to http/s to the application... They are able to connect, but it does on the same window... I would like them to go to a new window, so that they do not lose there SSL Connection...
Avatar of chuckyh
chuckyh
Flag of United States of America image

can they not open another browser window and go to the link there?
Avatar of axl13
axl13

ASKER

Security would like to able to use this devices url bar...
Avatar of Shalom Carmel
this link creation method opens the URL in a new window or tab:

<a href="https://newapplicationURL" target="newtab">Click for application XYZ</a>

the target keyword directs the browser to open a new document. The decision on whether it will be a new window or a new tab depends on the browser setup.

ShalomC
I don't think I'm understanding the requirement. Isn't poping up a url in a new window the same as opening another browser window and going to the link there?  What device url bar are you talking about?
Avatar of axl13

ASKER

the url bar is on the ssl vpn portal...
Are the users using their own computers/laptops? Are they in an internet cafe?  the SSL VPN doesn't just encrypt the browser window it's loaded from. Most SSL VPN's will encrypt whatever traffic that goes from the computer to the network that the VPN is on. It ignores the other traffic.
Avatar of axl13

ASKER

Chuckyh,

The users do use there own laptops/pc... They can access the ssl vpn from anywhere they get internet connection. The address bar I am talking about is on the portal... uner toolbar...
ASKER CERTIFIED SOLUTION
Avatar of axl13
axl13

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