Firefox mag Code nicht
Verfasst: 08.03.2005 20:48
Was mag der Firefox an diesem Code hier nicht? ...
Die Table wird nicht richtig angezeigt, im IE aber schon.
Die Table wird nicht richtig angezeigt, im IE aber schon.
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" />
<script language="JavaScript">
<!--
function submitonce()
{
document.post.msg.value = document.post.message.value;
document.post.message.value = "";
}
//-->
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4" />
<table class="formarea" width="100%" cellpadding="0" cellspacing="0">
<form name="post" action="{SHOUTBOX_ACTION}" method="POST" target="ekran" autocomplete=off onsubmit="submitonce()">
<tr>
<td class="row1" align="center" valign="bottom" nowrap><span class="gensmall">
<input type="hidden" name="name" value="{NICK}">
<input type="hidden" name="sb_user_id" value="{SB_USER_ID}">
<input type="text" name="message" style="height:15px" size="13" maxlength="{MAXLENGHT}" " value="" class="post">
<input type="hidden" name="msg" value="">
<input type="hidden" name="mode" value="submit">
<input type="submit" name="submit_button" value="{L_SEND}" style="font-size:9px; height:16px;" class="button"></span>
</td>
</form>
</tr>
</table>
</body>
</html>