Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Come inserire una Data

  1. #1
    Utente di HTML.it
    Registrato dal
    Oct 2005
    Messaggi
    20

    Come inserire una Data

    ho questo codice :

    <html>
    <head>
    <title>Ricerca Congresso</title>
    <CENTER>
    <h1>Dati Congresso</h1>
    <form>
    <table cellspacing="0" cellpadding="3"
    class="bordo" border="1" >
    <tr>
    <td>Nome: </td>
    <td><input type="TEXT" name="myText" value=""></td>
    </tr>
    <tr>
    <td>Data: </td>
    <td><input type="TEXT" name="myText" value=""></td>
    </tr>

    <tr>
    <td>Luogo Conferenza: </td>
    <td><input type="TEXT" name="myText" value=""></td>
    </tr>
    <tr>
    <td width="150">Link Sito : </td>
    <td width="324"><input type="TEXT" name="myText"
    value=""></td>
    </tr>
    <tr>
    <td width="150">Argomento : </td>
    <td width="324"><textarea name="myTextArea" rows="4"
    value=""
    cols="20"></textarea>
    </td>
    </tr>
    <tr>
    <td>Data Scadenza : </td>
    <td><input type="Text" name="data" size=10 >
    </td>
    </tr>
    <tr>
    <td colspan="2" width="474">
    <input type="reset">
    </td>
    </tr>
    </table>
    </form>
    </CENTER>
    </html>

    Quello che voglio fare è inserire data e link nelle text-box ed effettuare un controllo sulla data ma non ci riesco chi mi potrebbe aiutare?

    ciao e grazie
    stefania

  2. #2
    edit... pensavo di essere sul forum html
    sopra la panca la capra campa, sotto la panca la suddetta decede (soffrendo).
    (il mio vero nome è davidino ^_^)

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.