WWWAnchor {
name "" # SFString
description "" # SFString
map NONE # SFEnum
}
What about allowing name "" to support multiple links, so that the browser
could be told name "file:///localfile.doc http://www.remote.com/foo.html".
The browser could then be configured to look first at a local CD for
content, resort to the http if *file not found* error
We've also gotten alot of requests for multiple links on a single
mouse event (i.e. a click on WWWAnchor causes many actions). We think
this is a 2.0 thing.
Robert