i have a incuded an external js file to my page.
p.e.
<script language="JavaScript1.2" src="../../menu2.js">
</script>
i m using the property <b>window.document.scripts[0].src</b> to get the source of the file.
Well it works on IE but it doesnt on Netscape.
is there a property to get that information? i mean "../../menu2.js"
Thanks in advance !!!
p.e.
<script language="JavaScript1.2" src="../../menu2.js">
</script>
i m using the property <b>window.document.scripts[0].src</b> to get the source of the file.
Well it works on IE but it doesnt on Netscape.
is there a property to get that information? i mean "../../menu2.js"
Thanks in advance !!!