File:Web form campione.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Web_form_campione.png(447 × 304 pixels, file size: 9 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Italiano: Campione di web form
Date
Source Own work
Author cantalamessa

Licensing[edit]

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

HTML[edit]

Ecco il codice HTML usato per generare il form:

<FORM method="post" action="bar.php">
  <TABLE border="1">
   <TR bgcolor="#CCCCFF">
    <TH>Nome</TH>
    <TH>Valore</TH>
   </TR>
   <TR>
    <TD>Nome</TD>
    <TD>
     <input type="text" size="25">
    </TD>
   </TR>
   <TR>
    <TD>Sesso</TD>
    <TD>
     <input type="radio" name="sex" value="male"> Maschio
     <br>
     <input type="radio" name="sex" value="female" checked> Femmina
    </TD>
   </TR>
   <TR>
    <TD>Colore degli occhi</TD>
    <TD>
     <select name="eye color">
      <option>blu</option>
      <option>marroni</option>
      <option selected>verdi</option>
      <option>altro</option>
     </select>
    </TD>
   </TR>
   <TR>
    <TD>Spuntare le corrispondenze</TD>
    <TD>
     <input type="checkbox" name="height" value="1"> Alto più di 1,80 m</input>
     <br>
     <input type="checkbox" name="weight" value="1"> Pesante più di 90 kg</input>
    </TD>
   </TR>
   <TR>
    <TD colspan="2">Descrivere le capacità atletiche:<br>
     <textarea name="athletic" cols="50" rows="4"></textarea>
    </TD>
   </TR>
   <TR>
    <TD colspan="2" align="center">
     <input type="submit" value="Salva i dati">
    </TD>
   </TR>
  </TABLE>
 </FORM>

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:49, 10 August 2009Thumbnail for version as of 14:49, 10 August 2009447 × 304 (9 KB)Cantalamessa (talk | contribs){{Informazioni file |Descrizione = Campione di web form |Fonte = own work |Data = 10 agosto 2009 |Autore = cantalamessa |Licenza = |Detentore copyright = |EDP = |Altre versioni = }}

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata