Der Quellcode ist übrigens von G.Menke übernommen. Der hatte schon
veränderungen am Code vorgenommen. Aber in seinem Code ist es wie bei
mir:
1 | ...
|
2 | "<fieldset style=\"width:300px\"><legend>Digital Control</legend>\r\n"
|
3 |
|
4 | "<form name=\"form1\" method=\"post\" action=\"\">\r\n"
|
5 | "<div align=\"left\">\r\n"
|
6 | // ------------ Digital-Ausgänge PortC[0..7] ------------
|
7 | //Port Schalten und Status %PORTCn bedeutet PORTC PINn
|
8 | ...
|
aus:http://gm.stream-center.de/webserver/
Mit Endlosschleife meinte ich: Nach Druck auf den Submit-Button wird der
Mousezeiger zur Sanduhr und nix passiert mehr (beim IE).
Ich sehe grad bei validator.w3.org:
# Error Line 42, Column 47: required attribute "ALT" not specified
…src="ledon.gif" width="17" height="17"><span class="Stil2">
Door c…
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Vielleicht liegt's daran?