I have a problem,
this problem is about an 'alt' (just like with 'alt="Tek-Tips"' on an image).
In the next script (just a little piece of the whole) there is a line which begins with 'pretxt':
function mo(txt){
if(ie5) yoff=document.body.scrollTop;
if(ie||ns){
pretxt="<table...
I have a problem,
this problem is about an 'alt' (just like with 'alt="Tek-Tips"' on an image).
In the next script (just a little piece of the whole) there is a line which begins with 'pretxt':
function mo(txt){
if(ie5) yoff=document.body.scrollTop;
if(ie||ns){
pretxt="<table...
If i link the .js file like <script language="JavaScript" src="scripts/filename.js"> it doesn't work, if i put the file in the root directory and change the src, it still doesn't work. It only works if i put the whole script in the source of my page, but i want to link it...
If i link the .js file like <script language="JavaScript" src="scripts/filename.js"> it doesn't work, if i put the file in the root directory and change the src, it still doesn't work. It only works if i put the whole script in the source of my page, but i want to link it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.