Subj : Mozilla issues
To : netscape.public.mozilla.jseng
From : Masao Miura
Date : Thu Sep 08 2005 04:13 pm
Hi
Iīm having trouble scrpting in Mozilla. When I run my page in IE, no
problem, but in mozilla it fails partially in some tasks, and tottaly in
anothers...
I donīt know what seem to be the problem....
code1: it doesnīt change background colors
function changeBgColor(element,new_color) {
if(document.layers)
element.bgColor = new_color;
else if(document.all)
element.style.backgroundColor = new_color;
}
code2: it doesnīt work, the popup donīt open... [foto=file_path.jpg; cata=a
reference to the object that calls the function]
function pop_foto(foto,cata){
var p=window.createPopup();
var pbody=p.document.body;
pbody.innerHTML+="";
pbody.innerHTML+="