Salve a tutti, io ho progettato questo forum naturalmente con un'editor wysiwyg ma adesso non so quali sono i giusti script per permettere la scomparsa dei moduli di testo.
Faccio un esempio:
Formazione 4-4-2
deve rimanere il campo testo per
1 portiere
4 difensori
4 centrocampisti
2 attaccanti
Formazione 4-3-3
Qualcuno potrebbe darmi una mano...?
Il file e' il seguente:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type"> <title>INSERISCI FORMAZIONE</title><meta
content="Di Sipio Antonio" name="author"></head>
<body
style="background-color: rgb(153, 153, 153); color: rgb(0, 0, 0); width: 761px; height: 1053px;"
alink="#ee0000" link="#0000ee" vlink="#551a8b"><big
style="font-weight: bold;"><big><span
style="font-family: Times New Roman;">FRORMAZIONE:</span>
<span style="font-family: Times New Roman;">MODULO:</span>
<select style="background-color: rgb(255, 255, 0);"
onchange="prova(this.value)" id="select1"><option
value="1">4 - 4 - 2</option><option value="2">4
- 3 - 3</option><option value="3">4 - 5 - 1</option><option
value="4">5 - 4 - 1</option><option value="5">5
- 3 - 2</option><option value="6">6 - 3 - 1</option></select>
</big></big>
<big><span
style="font-weight: bold;">PORTIERE:
PANCHINA:
<input
style="background-color: rgb(255, 255, 0);" id="text1"
type="text">
<input
style="background-color: rgb(255, 255, 0);" name="PORTIERE">
DIFENSORI:
<input
style="background-color: rgb(255, 255, 0);"
name="PRIMO DIFENSORE">
<input
style="background-color: rgb(255, 255, 0);" name="DIFENSORE">
</span></big><span
editable="true" id="PORTIERE"></span>
<input
style="background-color: rgb(255, 255, 0);"
name="SECONDO DIFENSORE">
<input
style="background-color: rgb(255, 255, 0);" name="DIFENSORE">
<input
style="background-color: rgb(255, 255, 0);"
name="TERZO DIFENSORE">
<input
style="background-color: rgb(255, 255, 0);"
name="QUARTO DIFENSORE">
<input
style="background-color: rgb(255, 255, 0);"
name="QUINTO DIFENSORE">
<input
style="background-color: rgb(255, 255, 0);"
name="SESTO DIFENSORE">
<big><span
style="font-weight: bold;">CENTROCAMPISTI:
<input
style="background-color: rgb(255, 255, 0);"
name="PRIMO CENTROCAMPISTA">
<input
style="background-color: rgb(255, 255, 0);"
name="CENTROCAMPISTA">
<input
style="background-color: rgb(255, 255, 0);"
name="SECONDO CENTROCAMPISTA">
<input
style="background-color: rgb(255, 255, 0);"
name="CENTROCAMPISTA">
<input
style="background-color: rgb(255, 255, 0);"
name="TERZO CENTROCAMPISTA">
<input
style="background-color: rgb(255, 255, 0);"
name="QUARTO CENTROCAMPISTA">
<input
style="background-color: rgb(255, 255, 0);"
name="QUINTO CENTROCAMPISTA">
ATTACCANTI:
<input
style="background-color: rgb(255, 255, 0);"
name="PRIMO ATTACANTE">
<input
style="background-color: rgb(255, 255, 0);" name="ATTACCANTE">
<input
style="background-color: rgb(255, 255, 0);"
name="SECONDO ATTACANTE">
<input
style="background-color: rgb(255, 255, 0);" name="ATTACCANTE">
<input
style="background-color: rgb(255, 255, 0);"
name="TERZO ATTACCANTE">
<input
value="INVIO" type="submit">
</span></big>
</body></html>