Hello friends, pls tell me why this script not working in my netscap7.1
onload function is (document.layer s)
function load(){
if(document.all ) alert("ie");
if(document.lay ers) alert("ns");
}
onload function is (document.layer s)
function load(){
if(document.all ) alert("ie");
if(document.lay ers) alert("ns");
}
Comment