In Mozilla (and I mean in other Gecko like browsers) user can disable construction:
window.opener=self;
self.close();
If you edit all.js in row:
pref("capability.policy.default.Window.close", "allAccess");
and change value to noAccess. After will be in javascript console...
Hello,
1) scr isnt the same as src! :)
2)
I mean that isnt good:
document.pic1.scr=causewaypics[element].src;
document.pic2.scr=causewaypics[element2].src;
but:
document.pic1.scr=causewaypics[element];
document.pic2.scr=causewaypics[element2];
Coracal
Hello,
1) use in tag img attributes width and height - because browser must know size of image. And then first display text and after images.
2) use window.onload=function(){
//here is code, that will be avaible after page is definitely load
}
Coracal
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.