Tema: Form oculto
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/02/2012, 19:36
edgmtz
 
Fecha de Ingreso: septiembre-2008
Mensajes: 20
Antigüedad: 15 años, 7 meses
Puntos: 0
Exclamación Form oculto

Buenas tardes, tengo un gran dilema, se que podría ser algo fácil para las personas que llevan tiempo programando y yo estoy algo confuso, pero aun así sigo echando ganas. La pregunta es la siguiente: ¿Cómo ocultar la siguiente tabla?


Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Documento sin título</title>
</head>

<body><table width="998" border="0" align="center" cellpadding="0" cellspacing="0">

				<tr>
					<td><div style="padding-left:8px; background:#08B1C7; color:#638ca9; margin-bottom:10px;"><div style="float:left; height:40px;"><form onsubmit="this.submit.disabled='true'" action="/modules.php?name=Your_Account" method="post" style="margin:8px 0 0 0; padding:0px;"><font style="color:#c3d7e5"><b>Nickname:</b></font> <input type="text" name="username" size="15" maxlength="25" style="height:16px;border-width:0px;" /> <b><font style="color:#c3d7e5">Password:</font></b> <input type="password" name="user_password" size="15" maxlength="35" style="height:16px;border-width:0px;" />
					<input type="hidden" name="redirect" value="" />
					<input type="hidden" name="mode" value="" />
					<input type="hidden" name="f" value="" />
					<input type="hidden" name="t" value="" />
					<input type="hidden" name="op" value="login" />
					<input type="checkbox" name="sesion_active" /><font style="color:#ffffff; size:11px;">No cerrar sesion</font> <input type="submit" value="Login" style="height:20px; border:1px solid #386e94; background-color:#c3d7e5;margin-right:8px" /></form> 
					</div>
					<div style="margin:0 8px 0 0; padding-top:8px; text-align:right;"><a href="/modules.php?name=Your_Account&op=new_user" style="font-size:18px; color:#fff000;"><b>Crea una cuenta!</b></a></div>
				  <div style="clear:both;"></div></div></td>
				</tr>

				<tr>
					<td bgcolor="#ffffff"></td>
				</tr>
			
</table>
</body>
</html> 
realmente estoy muy confundido.
Ahora, lo único que se es que esta tabla contiene un form

Usernick:________ contraseña:_______ no olvidar la contraseña y crear una cuenta.

todo en una sola tabla horizontal.
después de logearse uno, si eres un usuario registrado, redireccionará a un modulo php nuke que solo los usuarios registrados pueden ver. después de eso quisiera que se ocultara en todas las páginas esa tabla, la pregunta del millón es cómo!? realmente necesito mucha ayuda de su parte, son muy buenos en esto, lo he visto y le entienden a la perfección. Espero me puedan ayudar ya que me encuentro muy desesperado.

Saludos a todos y buenas tardes.