Visualizzazione dei risultati da 1 a 2 su 2

Discussione: checkbox

  1. #1

    checkbox

    Codice PHP:
    <form name="form1" method="post" action="">
      <
    table width="277">
        <
    tr>
          <
    td width="20"><input type="checkbox" name="checkbox" value="checkbox"></td>
          <
    td width="245">valore 1 </td>
        </
    tr>
        <
    tr>
          <
    td><input type="checkbox" name="checkbox2" value="checkbox"></td>
          <
    td>valore 2 </td>
        </
    tr>
        <
    tr>
          <
    td><input type="checkbox" name="checkbox3" value="checkbox"></td>
          <
    td>valore 3 </td>
        </
    tr>
        <
    tr>
          <
    td width="20"><input name="radiobutton" type="radio" value="radiobutton">      </td>
          <
    td width="245">valore 1 </td>
        </
    tr>
        <
    tr>
          <
    td><input name="radiobutton" type="radio" value="radiobutton"></td>
          <
    td>valore 2 </td>
        </
    tr>
        <
    tr>
          <
    td><input name="radiobutton" type="radio" value="radiobutton"></td>
          <
    td>valore 3 </td>
        </
    tr>
        <
    tr>
          <
    td></td>
          <
    td><input name="textfield" type="text" value="totale qui"></td>
        </
    tr>
      </
    table>
    </
    form
    ho questa pagina in asp che si completa automaticamente ( n checkbox e n radiobutton )
    e dinamicamente viene messo il prezzo di base nel textfield

    come posso aggiugere i sovraprezzi cliccando sui checkbox e sui radiobutton?
    in js o in ajax non fa differenza...

    grazie

  2. #2
    Utente di HTML.it
    Registrato dal
    Jul 2003
    Messaggi
    667
    prova

    documente.forms[0].textfield.value=documente.forms[0].textfield.value+documente.forms[0].checkbox.value

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 © 2025 vBulletin Solutions, Inc. All rights reserved.