PHP - CASILLA DE VERIFICACION

 
Vista:

CASILLA DE VERIFICACION

Publicado por ROMAN SILVA TINEDO (6 intervenciones) el 06/09/2008 06:05:14
<!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=iso-8859-1" />
<title>Documento sin título</title>
</head>

<body>
<form id="form1" name="form1" method="post" action="demodatos.php">
<table width="60%" height="236" border="0" align="center">
<tr>
<td colspan="2" bgcolor="#0099FF"><div align="center"><strong>Datos personales </strong></div></td>
</tr>
<tr>
<td width="38%">Nombres</td>
<td width="62%"><label>
<input name="txt1" type="text" id="txt1" />
</label></td>
</tr>
<tr>
<td>que sistema operativo usa </td>
<td><label>
<select name="cboso" id="cboso">
<option>windows xp</option>
<option>windows vista</option>
<option>windows 2003 server</option>
<option>linux</option>
</select>
</label></td>
</tr>
<tr>
<td>practica deportes</td>
<td><label>
<input name="chkdep" type="checkbox" id="chkdep" value="1" checked="checked" />
</label></td>
</tr>
<tr>
<td>genero</td>
<td><input name="rdbsexo" type="radio" value="masculino" />
masculino
<input name="rdbsexo" type="radio" value="femenino" />
Femenino</td>
</tr>
<tr>
<td valign="top">cuales son tus aficiones </td>
<td><textarea name="txtarea" cols="40" rows="4" id="txtarea">
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder