Forum Statistics

  • Forum Members: 4,246
  • Total Threads: 3,572
  • Total Posts: 5
There are 1 users currently browsing forums.

Partner Sites

Reply
Old 10-05-2009, 02:39 AM   #1 (permalink)
 
olinda12's Avatar
 
Status: Newbie
Join Date: Oct 2009
Posts: 1

Rep Power: 10 olinda12 is on a distinguished road



Default How to make HTML file open in new window?

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?
__________________
bean bags
olinda12 is offline Add Infraction for olinda12   Reply With Quote
Old 10-23-2009, 05:42 AM   #2 (permalink)
 
Status: Newbie
Join Date: Oct 2009
Posts: 5

Rep Power: 10 bagitha is on a distinguished road



Default hai

Since you didn't specify, I'm going to assume you're using Internet Explorer in some version of Windows, which is likely considering anybody using any other browser on any other operating system would feel special enough to mention it.

In IE:
-Go to TOOLS in the menu. If you do not have the menu bar visible or if you don't have text-labels showing, it's the gear icon.
-In the TOOLS drop-down, go to "Properties".
-In the Properties dialog box, access the 'Advanced' tab.
-Within the Advanced tab there is a section called "Browsing" in the scroll-window.
-Find the option there-in that says "Reuse windows for launching shortcuts" If you're using IE7 it will also say "(when tabbed browsing is off)".
-Make sure this item is unticked and OK out.
-Your issue should now be resolved.

Last edited by bagitha; 10-26-2009 at 02:57 AM
bagitha is offline Add Infraction for bagitha   Reply With Quote
Old 07-11-2011, 05:44 AM   #3 (permalink)
lilly1236
 
Status: Guest
Posts: n/a



Default

to open HTML files in new window set the "target" attribute in anchor tag as "_blank" :

For example:
<a href="newfile.html" TARGET="_blank">Opens in new window</a>


Hope this will solve your problem ...
  Edit/Delete Message Reply With Quote
Old 07-20-2011, 06:50 AM   #4 (permalink)
kapsystem
 
Status: Guest
Posts: n/a



Default

Example:
<a href="newfile.html" Target="_blank">Opens in new window</a>
<asp:HyperLink Target="_blank" NavigateUrl="pagename.html" runat="server"></asp:HyperLink>

Hope this will help you.
  Edit/Delete Message Reply With Quote
Old 09-08-2011, 12:25 AM   #5 (permalink)
CashLoan
 
Status: Guest
Posts: n/a



Default

to open HTML files in new window set the "target" attribute in anchor tag as "_blank" :

For example:
<a href="newfile.html" TARGET="_blank">Opens in new window</a>


Hope this will solve your problem .
  Edit/Delete Message Reply With Quote


Reply

Bookmarks

Tags
None


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may post new threads
You may post replies
You may post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.5.0 RC2