We have a JSP page here I used HTML and Java Script. I am having multiple links and I used <a>
and window.open()
tag for hyperlinks.
There should be only at the max two browser windows open on the user's computer. My current code is working fine for all browser expect internet explorer. I am attaching code sample. This working fine in Chrome but not in IE:
<a href="http://www.google.com" target="infoWindow">link1</a>
<a href="http://www.google.com" target="infoWindow">link2</a>
<a href="http://www.google.com" target="infoWindow">link3</a>