I want to hide the table when the user is logon.
This is the code;
<div style="padding-left:20px">
<div id="welcome">welcome</div> //* I want to view this when it logon.
<table id="logon" style="height: 165px;" border="0" cellspacing="0" cellpadding="0" width="794">
<tbody>
<tr>
<form name="logon">
<input type="submit" name="Submit" class="button" value="Log In" />
</form>
</tr>
</table>
</div>