texerasmo
27-09-2006, 16:34
Ciao a tutti vorrei capire dove va questa form.
Dal codice non si capisce (almeno io) se volessi vedere di preciso dove va come potrei scoprirlo?
Il mio obbiettivo è quello poter poi passargli io i parametri nella url.
<body bgcolor="#FFFFFF">
<!--<IMG src="./custom//logo.gif" border=0>-->
<form method="post" name=login1 target="_top">
<table width="30%" border="0" cellpadding="5" cellspacing="0" style="border: 2px dashed black; padding: 5px; background-color: #fff;">
<tr>
<td><font style="font:8pt ;color:#5a7db5;font-weight:bold">Indirizzo email</font><br>
<input type="text" name="userid" size="20" value="" style="font:8pt;">
</td>
<td>
<a href="?chglng=ita"><img src="/image/flag_it.gif" border=0></a> <a href="?chglng=eng"><img src="/image/flag_eng.gif" border=0></a>
</td>
</tr>
<tr>
<td><font style="font:8pt ;color:#5a7db5;font-weight:bold">Password</font><br>
<input type="password" name="passwd" size="20" value="" style="font:8pt "></td>
<td align="center">
<font style="font:8pt ;color:#f5f5f5;font-weight:bold"></font>
<input type="submit" name="login" value="Login" style="font:8pt">
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="memory" value="on" style="font:8pt "><font style="font:8pt ;color:#f38100;font-weight:bold">ricorda i miei dati</font><br>
<br><br><strong><font color=red></font></strong>
</td>
<td> </td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
document.login1.userid.focus();
//-->
</script>
Dal codice non si capisce (almeno io) se volessi vedere di preciso dove va come potrei scoprirlo?
Il mio obbiettivo è quello poter poi passargli io i parametri nella url.
<body bgcolor="#FFFFFF">
<!--<IMG src="./custom//logo.gif" border=0>-->
<form method="post" name=login1 target="_top">
<table width="30%" border="0" cellpadding="5" cellspacing="0" style="border: 2px dashed black; padding: 5px; background-color: #fff;">
<tr>
<td><font style="font:8pt ;color:#5a7db5;font-weight:bold">Indirizzo email</font><br>
<input type="text" name="userid" size="20" value="" style="font:8pt;">
</td>
<td>
<a href="?chglng=ita"><img src="/image/flag_it.gif" border=0></a> <a href="?chglng=eng"><img src="/image/flag_eng.gif" border=0></a>
</td>
</tr>
<tr>
<td><font style="font:8pt ;color:#5a7db5;font-weight:bold">Password</font><br>
<input type="password" name="passwd" size="20" value="" style="font:8pt "></td>
<td align="center">
<font style="font:8pt ;color:#f5f5f5;font-weight:bold"></font>
<input type="submit" name="login" value="Login" style="font:8pt">
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="memory" value="on" style="font:8pt "><font style="font:8pt ;color:#f38100;font-weight:bold">ricorda i miei dati</font><br>
<br><br><strong><font color=red></font></strong>
</td>
<td> </td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
document.login1.userid.focus();
//-->
</script>