Moin Moin!
Hab da was zum verzweifeln ...
function golocation(txt) {
parent.main.location.href = txt;
}
function fadesite1(txt) {
golocation(txt);
.
.
.
}
funktioniert - wie erwartet ....
aber:
function fadesite1(txt) {
.
.
.
setTimeout("golocation(txt)", 500);
}
liefert mir einen - 'txt is nicht definiert' - Fehler!
kann mir da bitte mal jemand unter die arme greifen??
Danke Oresti