javascript direct link?

However, it should be possible to write something like
Code:
<SCRIPT LANGUAGE="javascript" SRC="http://foo.bar.org/feep.js">
which basically acts like
Code:
#include "http://foo.bar.org/feep.js"

It's been a long time since I did anything with JavaScript, back then not every browser had implemented this (yet). Perhaps by now the situation has improved.

Also, I'm not sure if this is what you were looking for. If not, forget I said anything :OOO:h

Alphons
 
You can include but it not always do what is needed. Plus, if script is from different domain, you will get security restrictions (js domain) if you try to iframe it or somewhat manupulate
 
Back
Top