ChrisB: getElementById gibt NULL zurück :(

Beitrag lesen

Hi,

document.getElementById("Slidebar").innerHTML=txt;
<table class='GaleryTable' id='Slidebar'>

Damit wirst du, vom aktuellen Problem abgesehen, vermutlich gleich in die nächste Falle stolpern - im IE ist innerHTML eines TABLE-Elements nämlich read-only.

MfG ChrisB

--
Light travels faster than sound - that's why most people appear bright until you hear them speak.