M
Manu Ashok
how do i call a function stored in an applet,applet in turn within a
div which in turn is in a div.
the above is not working in netscape & mozilla.
this is the particular thing not working
lLay.document.applets.tL1.putDate(D,M,Y);
where
lLay = document.getElementById('popCal') ;
popCal is the div id
tL1 is the applet id
<DIV id=formlayer>
<DIV id=popCal>
<applet id=tL1>
somebody pls help me
i need to make this netscape compatible
manu
div which in turn is in a div.
the above is not working in netscape & mozilla.
this is the particular thing not working
lLay.document.applets.tL1.putDate(D,M,Y);
where
lLay = document.getElementById('popCal') ;
popCal is the div id
tL1 is the applet id
<DIV id=formlayer>
<DIV id=popCal>
<applet id=tL1>
somebody pls help me
i need to make this netscape compatible
manu