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

--- Comment #5 from rvboni <h.b...@wanadoo.fr> ---
(In reply to bmarcelly from comment #4)
> 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.
I believe it depends from which component the address#target is called.
>From Basic or Writer (see also bug 18325) it produces an error.
>From Calc it displays the page but ignores the target (if my memory doesn't
fail).
So, I'm not sure that it depends only 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)
It's the way used in XRAY (and how I workaround), but it needs to choose a
priori a browser.

-- 
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