Onbekend |
|
<form method="post" action="">
<table width="100%" height="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td>
<input class="login" name="naam" type="text" size="20" value="Gerbuikersnaam" onclick="this.value=''"></td>
<td rowspan="2" align="center"><input type="submit" name="login" value="log in"></td>
</tr>
<tr>
<td><input class="login" name="wacht" type="password" size="20" value="wachtwoord" onclick="this.value=''"></td>
</tr>
</table>
</form>
<form method="post" action=""> <table width="100%" height="100%" border="0" cellspacing="1" cellpadding="1"> <tr> <td> <input class="login" name="naam" type="text" size="20" value="Gerbuikersnaam" onclick="this.value=''"></td> <td rowspan="2" align="center"><input type="submit" name="login" value="log in"></td> </tr> <tr> <td><input class="login" name="wacht" type="password" size="20" value="wachtwoord" onclick="this.value=''"></td> </tr> </table> </form>
maak daar is van:
<table width="100%" height="100%" border="0" cellspacing="1" cellpadding="1">
<form method="post" action="">
<tr>
<td>
<input class="login" name="naam" type="text" size="20" value="Gerbuikersnaam" onclick="this.value=''"></td>
<td rowspan="2" align="center"><input type="submit" name="login" value="log in"></td>
</tr>
<tr>
<td><input class="login" name="wacht" type="password" size="20" value="wachtwoord" onclick="this.value=''"></td><td></td>
</tr>
</form>
</table>
<table width="100%" height="100%" border="0" cellspacing="1" cellpadding="1"> <form method="post" action=""> <tr> <td> <input class="login" name="naam" type="text" size="20" value="Gerbuikersnaam" onclick="this.value=''"></td> <td rowspan="2" align="center"><input type="submit" name="login" value="log in"></td> </tr> <tr> <td><input class="login" name="wacht" type="password" size="20" value="wachtwoord" onclick="this.value=''"></td><td></td> </tr> </form> </table>
Edit:
Graag gedaan, Had alleen niet echt veel met PHP te maken ;). |