On Friday, 22-July-2005 at 15:54:52 Gabriele Santilli wrote, >CR> but this doesn't... > >CR> browse %test.html#more-text > >CR> Firefox (not REBOL) saying the file can't be found. > >CR> The above works with IE, so, is this a Firefox or REBOL problem? > >Hmm, you could try with something like: > > browse file://full/path/to/test.html#more-text > >Maybe FireFox will like it better. IE should accept it too.
Yes, that works, as I'd already discovered. In fact I'd been using this... browse join file:// replace/all to-local-file join what-dir %test.html#more-text "\" "/" :-) The REPLACE/ALL isn't absolutely necessary, but it produces a much tidier URL. Can anyone improve on that? Also, can BROWSE be made to work on Linux? I'm using Fedora and Firefox and I can't figure out if BROWSE just doesn't work or if it's because I haven't set up the Linux default browser correctly. (I'm no Linux expert.) -- Carl Read. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
