K
KS
I have a folder where i got all my external javascript.js files saved.
Using the external.js files in my .jsp files works fin by:
<script language="JavaScript" src="/PlexSysWeb/javascript/disableObjekt.js">
</script><script language="JavaScript"
src="/PlexSysWeb/javascript/respons.js"></script>
I want to use/call a method in external disableObjekt.js inside a metode in
respons.js.
How do I do this. I could copy and paste the code, but im going to this a
lot, so if i change the code i have copy and paste
it would be alot of work.
Thanx in advance
Using the external.js files in my .jsp files works fin by:
<script language="JavaScript" src="/PlexSysWeb/javascript/disableObjekt.js">
</script><script language="JavaScript"
src="/PlexSysWeb/javascript/respons.js"></script>
I want to use/call a method in external disableObjekt.js inside a metode in
respons.js.
How do I do this. I could copy and paste the code, but im going to this a
lot, so if i change the code i have copy and paste
it would be alot of work.
Thanx in advance