﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
4070	CHM HelpFile should open externall links in default windows browser	mLipok		"For example in `Running under Windows 64-bit Edition`

**there is:**
{{{
<a href=""http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog64/winprog64/file_system_redirector.asp"">MSDN</a>
}}}
which acts like:
{{{#!html
<a href=""http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog64/winprog64/file_system_redirector.asp"">MSDN</a>
}}}



**but it should be:**
{{{
<a href=""http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog64/winprog64/file_system_redirector.asp"" target=""_blank"">MSDN</a>
}}}
which acts like:
{{{#!html
<a href=""http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog64/winprog64/file_system_redirector.asp"" target=""_blank"">MSDN</a>
}}}

**The only change is to use** <a href=.......... **`target=""_blank""`**>MSDN</a>

In such case it will open the links out of the CHM file (in deffault Windows Browser) and you avoid errors like in the attached screenshot.


"	Feature Request	new		Documentation	Other	None			
