Opened 4 hours ago

Last modified 4 hours ago

#4070 new Feature Request

CHM HelpFile should open externall links in default windows browser — at Initial Version

Reported by: mLipok Owned by:
Milestone: Component: Documentation
Version: Severity: None
Keywords: Cc:

Description

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:

MSDN

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:

MSDN

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.

Change History (1)

Changed 4 hours ago by mLipok

AutoIt CHM HelpFil - script error when click the MSDN link

Note: See TracTickets for help on using tickets.