Ciao, è possibile in javascript verificare se l'input di un campo è stato dato dall'utente (avevo pensato ad un semaforo rosso/verde) ..
Grazie mille.
La parte html è questa:
<div class="module_content">
<input name='upload'type='button' value='Apri/Chiudi BOX ALLEGATI' onclick="showhide('allegati')"/>
<fieldset id='allegati' style='display: none'>
<label>Allegati </label>
<div class='spacer'></div>
<input type="file" id="fileToUpload"/>
<input type="button" value="Aggiungi" onclick="aggiungi()"/>
<br></br>
<table id="righefile" border="0">
<tbody></tbody>
</table>
</fieldset>
</div>
Grazie mille.
La parte html è questa:
<div class="module_content">
<input name='upload'type='button' value='Apri/Chiudi BOX ALLEGATI' onclick="showhide('allegati')"/>
<fieldset id='allegati' style='display: none'>
<label>Allegati </label>
<div class='spacer'></div>
<input type="file" id="fileToUpload"/>
<input type="button" value="Aggiungi" onclick="aggiungi()"/>
<br></br>
<table id="righefile" border="0">
<tbody></tbody>
</table>
</fieldset>
</div>