Hello, I need help urgently !!!
How to define in NS4 new layers using Javascript only, i.e. without "div" or "layer" commands
in html body ? could you please send an answer
to my email also : [email protected]
or you can explain why this example is not working ?
thank you very much
function x()
{
var LR = document.layers["id"]=new Layer(100);
LR.name= "id";
LR.left= 100;
LR.top = 96;
LR.clip.height=13;
LR.visibility='show';
LR.zIndex=1;
LR.bgColor=red;
}
How to define in NS4 new layers using Javascript only, i.e. without "div" or "layer" commands
in html body ? could you please send an answer
to my email also : [email protected]
or you can explain why this example is not working ?
thank you very much
function x()
{
var LR = document.layers["id"]=new Layer(100);
LR.name= "id";
LR.left= 100;
LR.top = 96;
LR.clip.height=13;
LR.visibility='show';
LR.zIndex=1;
LR.bgColor=red;
}
Comment