First, save an html page for testing...
write %test.html rejoin [
"<html>^/"
"<head><title>REBOL browse test</title></head>^/"
"<body>^/"
rejoin array/initial 10 "Some text <br />^/"
{<a name="more-text"></a>^/}
rejoin array/initial 40 "Some more text <br />^/"
"</body>^/"
"</html>^/"
]
Then, with Firefox set as your default browser, attempt to BROWSE it. This I
find works...
browse %test.html
but this doesn't...
browse %test.html#more-text
Firefox (not REBOL) saying the file can't be found.
The above works with IE, so, is this a Firefox or REBOL problem?
-- Carl Read.
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.