Ho un problemino! Ho creato un form di invio dati :
<form name="Invio Formazioni" action="C:\Documents and Settings\Administrator\Desktop\2.HTM"
Method="POST" target="_blank">
<fieldset>
<div align="center">
<div align="center">
<legend class="Stile2"> FORM INVIO FORMAZIONI FANTACALCIO FRIENDSHIP 2005-2006</legend>
</div>
<p><fieldset>
<legend class="Stile1">Modulo</legend>
<select name="Modulo" >
<option value="3-4-3" selected>3-4-3
<option value="3-5-2" selected>3-5-2
<option value="3-6-1" selected>3-6-1
<option value="4-4-3" selected>4-4-3
<option value="4-4-2" selected>4-4-2
<option value="4-5-1" selected>4-5-1
<option value="5-2-3" selected>5-2-3
<option value="5-3-2" selected>5-3-2
<option value="5-4-1" selected>5-4-1
<option value="6-1-3" selected>6-1-3
<option value="6-2-2" selected>6-2-2
<option value="6-3-1" selected>6-3-1
</select>
</fieldset>
</p>
<fieldset>
<legend></legend>
<legend><span class="Stile1">Formazione</span></legend>
<label>Portiere:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Centrocampista:<input type="text"></label>
<label>Centrocampista:<input type="text"></label>
<label>Centrocampista:<input type="text"></label>
<label>Centrocampista:<input type="text"> </label>
<label>Centrocampista:<input type="text"></label>
<label>Centrocampista:<input type="text"></label>
<label>Attaccante:<input type="text"></label>
<label>Attaccante:<input type="text"></label>
<label>Attaccante:<input type="text"></label>
</legend></fieldset>
<fieldset>
<div align="center">
<h1>
<legend class="Stile1">Panchina</legend>
</h1>
</div>
<label>Portiere:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Centrocampista:<input type="text"></label>
<label>Centrocampista:<input type="text"></label>
<label>Attaccante:<input type="text"></label>
<label>Attaccante:<input type="text"></label>
</fieldset>
</fieldset>
<form action="C:\Documents and Settings\Administrator\Desktop\2.HTM" target="_blank">
<input type="submit" value="Invio Formazione">
</form>
</form>
e la pagina che dovrebbe processarli, anzi, mi serve solo che si visualizzino in un altra pagina.
La pagina creata da me è la seguente:
<title> FORMAZIONE INVIATA </title>
<table bgcolor=#cccccc border=1>
<tr>
<td width=100><b>Portiere</b></td>
<td width=200><%= Request.Form("Portiere1") %></td>
</tr>
<tr>
<td width=100><b>Difensore</b></td>
<td width=200><%= Request.Form("Difensore1") %></td>
</tr>
<tr>
<td width=100><b>Difensore</b></td>
<td width=200><%= Request.Form("Difensore2") %></td>
</tr>
<tr>
<td width=100><b>Difensore</b></td>
<td width=200><%= Request.Form("Difensore3") %></td>
</tr>
<tr>
<td width=100><b>Difensore</b></td>
<td width=200><%= Request.Form("Difensore4") %></td>
</tr>
<tr>
<td width=100><b>Difensore</b></td>
<td width=200><%= Request.Form("Difensore5") %></td>
</tr>
<tr>
<td width=100><b>Difensore</b></td>
<td width=200><%= Request.Form("Difensore6") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTA</b></td>
<td width=200><%= Request.Form("Centrocampista1") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTA</b></td>
<td width=200><%= Request.Form("Centrocampista2") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTA</b></td>
<td width=200><%= Request.Form("Centrocampista3") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTA</b></td>
<td width=200><%= Request.Form("Centrocampista4") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTA</b></td>
<td width=200><%= Request.Form("Centrocampista5") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTA</b></td>
<td width=200><%= Request.Form("Centrocampista6") %></td>
</tr>
<tr>
<td width=100><b>ATTACCANTE</b></td>
<td width=200><%= Request.Form("Attaccante1") %></td>
</tr>
<tr>
<td width=100><b>ATTACCANTE</b></td>
<td width=200><%= Request.Form("Attaccante2") %></td>
</tr>
<tr>
<td width=100><b>ATTACCANTE</b></td>
<td width=200><%= Request.Form("Attaccante3") %></td>
</tr>
</table>
<html>
<strong>
<head>
</strong>
<title> PANCHINA </title>
<body>
<table bgcolor=#cccccc border=1>
<tr>
<td width=100><b>PORTIERE</b></td>
<td width=200><%= Request.Form("Portiere2") %></td>
</tr>
<tr>
<td width=100><b>DIFENSORE</b></td>
<td width=200><%= Request.Form("Difensore7") %></td>
</tr>
<tr>
<td width=100><b>DIFENSORE</b></td>
<td width=200><%= Request.Form("Difensore8") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTI</b></td>
<td width=200><%= Request.Form("Centrocampista7") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTI</b></td>
<td width=200><%= Request.Form("Centrocampista8") %></td>
</tr>
<tr>
<td width=100><b>ATTACCANTE</b></td>
<td width=200><%= Request.Form("Attaccante4") %></td>
</tr>
<tr>
<td width=100><b>ATTACCANTE</b></td>
<td width=200><%= Request.Form("Attaccante5") %></td>
</tr>
</table>
Ma viene visualizzata solo la tabella vuota senza i dati inseriti: in cosa sbaglio?
<form name="Invio Formazioni" action="C:\Documents and Settings\Administrator\Desktop\2.HTM"
Method="POST" target="_blank">
<fieldset>
<div align="center">
<div align="center">
<legend class="Stile2"> FORM INVIO FORMAZIONI FANTACALCIO FRIENDSHIP 2005-2006</legend>
</div>
<p><fieldset>
<legend class="Stile1">Modulo</legend>
<select name="Modulo" >
<option value="3-4-3" selected>3-4-3
<option value="3-5-2" selected>3-5-2
<option value="3-6-1" selected>3-6-1
<option value="4-4-3" selected>4-4-3
<option value="4-4-2" selected>4-4-2
<option value="4-5-1" selected>4-5-1
<option value="5-2-3" selected>5-2-3
<option value="5-3-2" selected>5-3-2
<option value="5-4-1" selected>5-4-1
<option value="6-1-3" selected>6-1-3
<option value="6-2-2" selected>6-2-2
<option value="6-3-1" selected>6-3-1
</select>
</fieldset>
</p>
<fieldset>
<legend></legend>
<legend><span class="Stile1">Formazione</span></legend>
<label>Portiere:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Centrocampista:<input type="text"></label>
<label>Centrocampista:<input type="text"></label>
<label>Centrocampista:<input type="text"></label>
<label>Centrocampista:<input type="text"> </label>
<label>Centrocampista:<input type="text"></label>
<label>Centrocampista:<input type="text"></label>
<label>Attaccante:<input type="text"></label>
<label>Attaccante:<input type="text"></label>
<label>Attaccante:<input type="text"></label>
</legend></fieldset>
<fieldset>
<div align="center">
<h1>
<legend class="Stile1">Panchina</legend>
</h1>
</div>
<label>Portiere:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Difensore:<input type="text"></label>
<label>Centrocampista:<input type="text"></label>
<label>Centrocampista:<input type="text"></label>
<label>Attaccante:<input type="text"></label>
<label>Attaccante:<input type="text"></label>
</fieldset>
</fieldset>
<form action="C:\Documents and Settings\Administrator\Desktop\2.HTM" target="_blank">
<input type="submit" value="Invio Formazione">
</form>
</form>
e la pagina che dovrebbe processarli, anzi, mi serve solo che si visualizzino in un altra pagina.
La pagina creata da me è la seguente:
<title> FORMAZIONE INVIATA </title>
<table bgcolor=#cccccc border=1>
<tr>
<td width=100><b>Portiere</b></td>
<td width=200><%= Request.Form("Portiere1") %></td>
</tr>
<tr>
<td width=100><b>Difensore</b></td>
<td width=200><%= Request.Form("Difensore1") %></td>
</tr>
<tr>
<td width=100><b>Difensore</b></td>
<td width=200><%= Request.Form("Difensore2") %></td>
</tr>
<tr>
<td width=100><b>Difensore</b></td>
<td width=200><%= Request.Form("Difensore3") %></td>
</tr>
<tr>
<td width=100><b>Difensore</b></td>
<td width=200><%= Request.Form("Difensore4") %></td>
</tr>
<tr>
<td width=100><b>Difensore</b></td>
<td width=200><%= Request.Form("Difensore5") %></td>
</tr>
<tr>
<td width=100><b>Difensore</b></td>
<td width=200><%= Request.Form("Difensore6") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTA</b></td>
<td width=200><%= Request.Form("Centrocampista1") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTA</b></td>
<td width=200><%= Request.Form("Centrocampista2") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTA</b></td>
<td width=200><%= Request.Form("Centrocampista3") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTA</b></td>
<td width=200><%= Request.Form("Centrocampista4") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTA</b></td>
<td width=200><%= Request.Form("Centrocampista5") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTA</b></td>
<td width=200><%= Request.Form("Centrocampista6") %></td>
</tr>
<tr>
<td width=100><b>ATTACCANTE</b></td>
<td width=200><%= Request.Form("Attaccante1") %></td>
</tr>
<tr>
<td width=100><b>ATTACCANTE</b></td>
<td width=200><%= Request.Form("Attaccante2") %></td>
</tr>
<tr>
<td width=100><b>ATTACCANTE</b></td>
<td width=200><%= Request.Form("Attaccante3") %></td>
</tr>
</table>
<html>
<strong>
<head>
</strong>
<title> PANCHINA </title>
<body>
<table bgcolor=#cccccc border=1>
<tr>
<td width=100><b>PORTIERE</b></td>
<td width=200><%= Request.Form("Portiere2") %></td>
</tr>
<tr>
<td width=100><b>DIFENSORE</b></td>
<td width=200><%= Request.Form("Difensore7") %></td>
</tr>
<tr>
<td width=100><b>DIFENSORE</b></td>
<td width=200><%= Request.Form("Difensore8") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTI</b></td>
<td width=200><%= Request.Form("Centrocampista7") %></td>
</tr>
<tr>
<td width=100><b>CENTROCAMPISTI</b></td>
<td width=200><%= Request.Form("Centrocampista8") %></td>
</tr>
<tr>
<td width=100><b>ATTACCANTE</b></td>
<td width=200><%= Request.Form("Attaccante4") %></td>
</tr>
<tr>
<td width=100><b>ATTACCANTE</b></td>
<td width=200><%= Request.Form("Attaccante5") %></td>
</tr>
</table>
Ma viene visualizzata solo la tabella vuota senza i dati inseriti: in cosa sbaglio?