View Full Version : How to make HTML file open in new window?
xckoza
Apr 6th, 2009, 07:06 AM
When I edit html files from my computer, they keep opening in the same browser that I have opened. How do I fix it so that html files will open in their own windows?
semoweb
Apr 6th, 2009, 09:16 AM
When I edit html files from my computer, they keep opening in the same browser that I have opened. How do I fix it so that html files will open in their own windows?
I dont understand, Are you editing them in notepad's or do you mean when your browsing the internet, for example your at myspace.com and try to go to another website like youtube.com and it will close myspace just for youtube?
I dont know what exactly do you mean, do you need a code for html so diffrent windows pop up. Or is this just your browser problem. Please let me know so i can help you.
happy
Apr 23rd, 2009, 12:47 AM
To get a link to open in a new browser window, what you do is add the target="_blank" attribute to your link tag, like this:
<a href="http://www.pageresource.com/linkus.htm" target="_blank">
Link to us!</a>
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.