Navigazione

    Privacy - Termini e condizioni
    © 2020 Search On Media Group S.r.l.
    • Registrati
    • Accedi
    • CATEGORIES
    • Discussioni
    • Non letti
    • Recenti
    • Hashtags
    • Popolare
    • Utenti
    • Stream
    • Interest
    • Categories
    1. Home
    2. silverflea
    3. Post
    S

    silverflea

    @silverflea

    • Profilo
    • Chi segue 0
    • Da chi è seguito 0
    • Discussioni 1
    • Post 1
    • Migliore 0
    • Gruppi 0
    Iscrizione Ultimo Accesso
    Età 39
    0
    Reputazione
    1
    Post
    0
    Visite al profilo
    0
    Da chi è seguito
    0
    Chi segue
    User Newbie

    Post creati da silverflea

    • aiuto funzione ajaxupdate

      Ciao ragazzi,
      stavo leggendo la documentazione on line di prototype e di ajax e ho iniziato a fare qualche prova. Ho provato a far funzionare questa funzione Ajax ma niente.
      [html]
      <html>
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <script type="text/javascript" language="javascript" src="giancri/prototype.js"></script>
      <title>Prova con Ajax</title>

      <script>
          function aggiungi(){
              new Ajax.Updater('prodotti', 'giancri/provaajax.php',{
                  method:'get',
                  parameters: { text: $F('text') }}
                  )
              }
          
      
      </script>
      </head>
      <body>
          <h4>Contenitore dei prodotti</h4>
          
          <div id="prodotti">
          Mele <br />
          Arance <br />
          Pere <br />
          </div>
      <p>Aggiungi Prodotto nel Contenitore: <input id="text" type="text" value="scrivi" /> <input type="button" value="Aggiungi" onclick="aggiungi();" /> </p>
      </body>
      

      </html>
      [/html]Chi mi sa aiutare? Cosa sbaglio???:o

      postato in Coding
      S
      silverflea