function obrazek(co,lokace){
if(co=="jo"){
if(lokace<>'not'){
window.location.href="index.php?page="+lokace;
}
document.images['tadyten'].src="0/images/web_lk_02_08.gif";
document.images['tadytentaky'].src="0/images/web_lk_02_02.gif";
}else{
if(lokace<>'not'){
window.location.href="index.php?page="+lokace;
}
document.images['tadyten'].src="images/index_08.gif";
document.images['tadytentaky'].src="images/index_02.gif";
}
}
když tento kód použiji takto
<img .... onClick="obrazek('jo','not')">
Chybová konzola mi hlásí toto : Statement on line 1: Reference to undefined variable: obrazek
Nevíte prosím čím to je, jestli mi to zase dělá ten Pspad nebo to mam blbe napsaný !!!
Děkuji.