Apr 2, 2001 #1 Enya MIS Dec 3, 2004 17 US When I click on a link - it should open a new browser window. How can I do this?? Thanx for the help.
When I click on a link - it should open a new browser window. How can I do this?? Thanx for the help.
Apr 2, 2001 #2 mustafashaikh Programmer Mar 23, 2001 1 IN hello u can use javasacript for opening a new window.. by using window.open("filename" methos... bye Upvote 0 Downvote
hello u can use javasacript for opening a new window.. by using window.open("filename" methos... bye
Apr 3, 2001 #3 princd MIS Mar 5, 2001 1 CZ Hi you can use the attribute TARGET with the value "_blank". It'll cause to open the link in a new browser window. Example : <a href="acme.html" TARGET="_blank"> ACME </a> Upvote 0 Downvote
Hi you can use the attribute TARGET with the value "_blank". It'll cause to open the link in a new browser window. Example : <a href="acme.html" TARGET="_blank"> ACME </a>