Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Aiuto!!Form!!

  1. #1

    Aiuto!!Form!!

    Salve, volevo sapere come è possibile realizzare un form per pagine web i cui campi (nome, cognome, indirizzo...ecc) vadano a riempire automaticamente un modulo stampabile dall'utente con altro testo inserito, ad esempio, le LETTERE DI ASSUNZIONE DI RESPONSABILITA' che un cliente deve mandare per acquistare un dominio it.

  2. #2
    Utente di HTML.it L'avatar di hako
    Registrato dal
    Mar 2002
    Messaggi
    991
    non è il massimo...ma potrebbe andar bene

    <html>

    <head>


    <script LANGUAGE="Javascript">
    <!-- Begin
    var namePrompt = prompt("inserisci il tuo nome","");
    if (namePrompt == null || namePrompt == "") namePrompt = "Nome";
    function dispname (namePrompt) {
    document.write(""+namePrompt+"");
    }
    // End -->
    </script>


    <title></title>
    </head>

    <body>
    testo testo...
    <script LANGUAGE="Javascript">
    <!-- Begin
    document.write("<font size=3 color=black>nome utente: ");
    dispname(namePrompt);
    document.write("</font>");
    // End -->
    </script>
    testo...testo...


    <p align="center"></p>
    </body>
    </html>

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.