Is there a work around with CSS in netscape to get the width settings to work? The width settings are applied to a DIV tag. and they do appear in IE ok.
Cheers
as far as i understand i can't have a linked .js file and some seperate script inside the script tag. as i want the chapter variable to correspond with the chapter number.
Cheers
Still having trouble though. I think it maybe the fact i am not calling the function correctly.
Does anyone know how i would be able to have the contents of the 'destination' variable as the value of the <a href> value.
i've been trying to make my life easy by working out if i can have a link in my html be in relation to a variabkle set in javascript.
In my script section i have
function nextch()
{
chapter=1;
forward=chapter+1;
first="ch_";
last=".htm";
destination=first+forward+last...
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.