DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31684>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31684

html:frame tag anchor attribute does not appear to pass along correctly





------- Additional Comments From [EMAIL PROTECTED]  2004-10-28 18:07 -------
Checking the HTML 4.01 spec at http://www.w3.org/TR/html4/struct/links.html#h-12.1

appears that HTML still supports the # anchor format (Below is the exert from
the spec):

Having defined the anchor, we may link to it from the same or another document.
URIs that designate anchors contain a "#" character followed by the anchor name
(the fragment identifier). Here are some examples of such URIs:

    * An absolute URI: http://www.mycompany.com/one.html#anchor-one
    * A relative URI: ./one.html#anchor-one or one.html#anchor-one
    * When the link is defined in the same document: #anchor-one

Thus, a link defined in the file "two.html" in the same directory as "one.html"
would refer to the anchor as follows:

...text before the link...
For more information, please consult <A href="./one.html#anchor-one"> anchor
one</A>.
...text after the link...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to