on windows IE browser, this works:
How do I get it to work when running on linux? The following does NOT work in the browsers I've tried (mozilla, konqueror)
I've also tried using "file:/src/stuff.js" to no avail... help!
Code:
<script src="c:\src\stuff.js" ...
How do I get it to work when running on linux? The following does NOT work in the browsers I've tried (mozilla, konqueror)
Code:
<script src="/src/stuff.js" ...
I've also tried using "file:/src/stuff.js" to no avail... help!