Konradin Breyer: Text im Textfluss, der aufgeklappt / eingeklappt wird

Beitrag lesen

Hallo!

Ich habe mal die Statuszeile einblenden lassen und da heißt es, "Fehler auf der Seite"
Zeile 104
Objekt erwartet.

Dieser ging weg, als ich folgendes Entfernte - dann ging aber auch nicht mehr das Script:

function do_onload(){
uniqueidn=window.location.pathname+"firsttimeload"
getElementbyClass("switchcontent")
if (enablepersist=="on" && typeof ccollect!="undefined"){
document.cookie=(get_cookie(uniqueidn)=="")? uniqueidn+"=1" : uniqueidn+"=0"
firsttimeload=(get_cookie(uniqueidn)==1)? 1 : 0 //check if this is 1st page load
if (!firsttimeload)
revivecontent()
}
}

Was ist da los?

Hoffentlich kann man mir helfen.

Gruß Konradin