Modify

Opened 3 weeks ago

Closed 9 days ago

#4070 closed Feature Request (Completed)

CHM HelpFile should open externall links in default windows browser

Reported by: mLipok Owned by: J-Paul Mesnage
Milestone: 3.3.19.0 Component: Documentation
Version: Severity: None
Keywords: Cc:

Description (last modified by mLipok)

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:

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.

Disscusion: https://www.autoitscript.com/forum/topic/153782-help-filedocumentation-issues-discussion-only/page/41/#findComment-1549691

Attachments (1)

AutoIt HelpFile - błąd skryptu.png (45.9 KB ) - added by mLipok 3 weeks ago.
AutoIt CHM HelpFil - script error when click the MSDN link

Download all attachments as: .zip

Change History (5)

by mLipok, 3 weeks ago

AutoIt CHM HelpFil - script error when click the MSDN link

comment:1 by mLipok, 3 weeks ago

Description: modified (diff)

comment:2 by mLipok, 3 weeks ago

Description: modified (diff)

comment:3 by TicketCleanup, 3 weeks ago

Version: Other

Automatic ticket cleanup.

comment:4 by J-Paul Mesnage, 9 days ago

Milestone: 3.3.19.0
Owner: set to J-Paul Mesnage
Resolution: Completed
Status: newclosed

Added by revision [13291] in version: 3.3.19.0

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.