Ämne: IE7
Visa ett inlägg
Oläst 2007-03-17, 13:48 #3
Zora Zora är inte uppkopplad
Medlem
 
Reg.datum: Jan 2007
Inlägg: 65
Zora Zora är inte uppkopplad
Medlem
 
Reg.datum: Jan 2007
Inlägg: 65
var loaded = 0;

function load_img(dd_img,dd_name,dd_name2,dd_name3){

if(loaded == 0) {

document.getElementById(dd_name).src = dd_img;

document.getElementById(dd_name).style.display = "none";

document.getElementById(dd_name2).style.display = "";

document.getElementById(dd_name3).style.display = "";

loaded = 1;

} else {

document.getElementById(dd_name3).style.display = "";

}

}




OCH



[img]img/dummy.png[/img]
Zora är inte uppkopplad   Svara med citatSvara med citat