jres:///
and one that start just like this:
jres:/
examples from udl-friction-56.otml:
<OTJavascript local_id="change_page.js"
src="jres:///org/concord/otrunk/udl/scripts/change_page.js" />
<OTBlob
src="jres:/org/concord/smartgraph/scripts/smart_graph_range_response.rb"
/>
--
- Stephen Bannasch
Concord Consortium, http://www.concord.org
Well, Mozilla treats "file://" and "file:" as the same, and "file:///"and "file:/" the same.The "http" scheme behaves similarly, too. I saw the full explanationsomewhere but can't seem to find it right now.
-Seong