Thread DIV-Layer sichtbar/unsichtbar schalten (5 answers)
Opened by Heromaster at 2004-05-26 14:43

esskar
 2004-05-26 15:41
#25713 #25713
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
Code: (dl )
1
2
3
function ShowLayer(id) {
document.getElementById(id).style.visibility = "show";
}

View full thread DIV-Layer sichtbar/unsichtbar schalten