﻿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	Jpm	"For example in `Running under Windows 64-bit Edition` section of the CHM HelpFile

**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.


Disscusion: https://www.autoitscript.com/forum/topic/153782-help-filedocumentation-issues-discussion-only/page/41/#findComment-1549691
"	Feature Request	closed	3.3.19.0	Documentation		None	Completed		
