https://issues.apache.org/ooo/show_bug.cgi?id=124049

bmarcelly <marce...@club-internet.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marce...@club-internet.fr

--- Comment #4 from bmarcelly <marce...@club-internet.fr> ---
Remark:
In MS-Windows, setting a shortcut to an address#target displays the page but
ignores the target. So it seems a limitation of the OS.


Workaround :

SystemShellExecute can open a target in an HTML file if the browser is directly
called, with the file#target as argument.

Dim BrowserAddr As String
' BrowserAddr is the address of the browser in system specific syntax
' uFile is the URL address as in Description

oShell.execute(BrowserAddr, uFile, 0)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to