-----Original Message-----
Hi Pierre-Yves,
Is this for an Excel file, and are you on a Mac or on a PC.
The the part after the # is called a fragment id and is not considered part
of the URL. I don't expect you would be able to put a filename that includes
a # on a web server. Why are you trying to do this.
FWIW, I know it is a fragment id because I never had a problem with
using it (that I was aware of) until I found that Firefox (internet browser)
was case sensitive even though it was in the document. In the HTML
standard the fragment must be unique within a document without regard
to capitalization. But how it appears in lettercase is not defined, yet some
browsers will test and fail if not consistent. (IE is not one of those browsers).
http://www.w3.org/TR/html4/struct/links.html#h-12.2.1
Although the following excerpt is legal HTML, the behavior of the user agent
is not defined; some user agents may (incorrectly) consider this a match and
others may not. //applies to the letter case of the fragment identication//
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages:
http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page:
http://www.mvps.org/dmcritchie/excel/search.htm
"Pierre-Yves" <
[email protected]> wrote