Guest_imported
New member
- Jan 1, 1970
- 0
hi,
I have created a function that will place scrolling text in the status bar of my browser.
The code below works when I place it inside a web page and call that function from the onload="scrolltext"! However I will have to place this code inside every webpage, not very efficient.
So I placed this same function into a separate java script file scrolltext.js
Inside my webpage i call the function:
<script language="Jscript"><!--
src ="..\scripts\rolltext.js"
</script>
This does not work, can someone please help me...
Thankyou
newbie_99999
I have created a function that will place scrolling text in the status bar of my browser.
The code below works when I place it inside a web page and call that function from the onload="scrolltext"! However I will have to place this code inside every webpage, not very efficient.
So I placed this same function into a separate java script file scrolltext.js
Inside my webpage i call the function:
<script language="Jscript"><!--
src ="..\scripts\rolltext.js"
</script>
This does not work, can someone please help me...
Thankyou
newbie_99999