The browser's operating devices are missing in the HTML view of hyperlinks.
With the activation of a hyperlink in the HTML view in
Intra or Internet (i.e. if not with NetMan Start files
are), HTML view showss the hyperlink in a new browser
window without operating devices. In this case, a
JavaScript is used. How can this behavior be modified?
A different article describes which templates HTML view uses for applications, folders, and hyperlinks.
According to this article, the template Hyper_Link_Embedded.txt is responsible for the display of hyperlinks.
Instead of
"JavaScript : newWindow ('@NM_LAUNCH')"
use
"@NM_LAUNCH" target="_blank"
to start a new browser window with complete functionality.
|