Hallo,
if (document.all) {
ist IE spezifisch
if (document.layers) {
ist Netscape 4.x spezifisch
Lies in SelfHTML das Kapitel ueber Zugriff via DOM
Dieter
Hallo,
if (document.all) {
ist IE spezifisch
if (document.layers) {
ist Netscape 4.x spezifisch
Lies in SelfHTML das Kapitel ueber Zugriff via DOM
Dieter