Problem with FF 2.0
Here is the code;
<html>
<head>
<title>Test</title>
</head>
<body>
<br />
<div align="center">
<form>
<table border="0" cellpadding="5" bordercolor="#FFFFFF">
<tr>
<td align="center" colspan="2">
<button id="log_in" onclick="document.getElementById('status').innerHTML = 'clicked';">
Log In
</button>
</td>
</tr>
<tr>
<td></td>
<td>
<div id="status"></div>
</td>
</tr>
</table>
</form>
</div>
</body>
</html>
Regards;
Stephen

