Thread Das document-Objekt (JS): Wie mach ich es sichtbar
(14 answers)
Opened by format_c at 2003-08-14 16:34 [E|B MMh. Die Ausgabe "IE" macht er aber "Test" schreibt er nicht in <div>. [html] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> <script language="JavaScript" type="text/javascript"> <!-- if (document.all) alert('IE'); document.all.test.innerHTML = "Test"; //--> </script> </head> <body> <div name="test" style="background-color: red;"> </div> </body> </html> [/html] Funktoniert das bei dir? Gruß Alex |