618545
630
Verklein
Vergroot
Pagina terug
1/661
Pagina verder
623
Last updated 3/28/2012
Chapter 22: Building forms
When a visitor enters information into a web form displayed in a web browser and clicks the submit button, the
information is sent to a server where a server-side script or application processes it. The server responds by sending
the processed information back to the user (or client), or by performing some other action based on the form’s
contents.
You can use Dreamweaver to create forms that submit data to most application servers, including PHP, ASP, and
ColdFusion. If you use ColdFusion, you can also add ColdFusion-specific form controls to your forms. Your forms
can have text fields, password fields, radio buttons, check boxes, pop-up menus, clickable buttons, and other form
objects. Dreamweaver can also write code that validates the information a visitor provides. For example, you can check
that an e-mail address that a user enters contains an “@” symbol, or that a required text field contains a value.
Using forms to collect information from users
About collecting information from users
You can use web forms or hypertext links to gather information from users, store that information in the server’s
memory, and then use the information to create a dynamic response based on the user’s input. The most common
tools for gathering user information are HTML forms and hypertext links.
HTML forms Let you gather information from users and store it in the server’s memory. An HTML form can send the
information either as form parameters or as URL parameters.
Hypertext links Let you gather information from users and store it in the server’s memory. You specify a value (or
values) to be submitted when a user clicks a link—a preference, for example—by appending the value to the URL
specified in the anchor tag. When a user clicks the link, the browser sends the URL and the appended value to the
server.
HTML form parameters
Form parameters are sent to the server by means of an HTML form using either the POST or GET method.
When using the POST method, parameters are sent to the web server as part of the document's header, and are not
visible or accessible to anyone who's viewing the page using standard methods. The
POST method should be used for
values that affect database content (for example inserting, updating, or deleting records), or for values that are sent by
email.
The GET method appends parameters to the requested URL. The parameters are in turn visible to anyone viewing the
page. The
GET method should be used for search forms.
You can use Dreamweaver to quickly design HTML forms that send form parameters to the server. Be aware of the
method you use to transmit information from the browser to the server.
Form parameters take the names of their corresponding form objects. For example, if your form contains a text field
named
txtLastName, then the following form parameter is sent to the server when the user clicks the Submit button:
txtLastName=enteredvalue
630

Hulp nodig? Stel uw vraag in het forum

Spelregels
1

Forum

Adobe-DREAMWEAVER-CS5.5

Zoeken resetten

  • automatisch vernieuwen van bestanden werkt niet meer in de nieuwe versie van dreamweaver, hoe moet ik dat weer instellen??
    mvgr.Jan Poortman Gesteld op 23-8-2021 om 16:32

    Reageer op deze vraag Misbruik melden

Misbruik melden

Gebruikershandleiding.com neemt misbruik van zijn services uitermate serieus. U kunt hieronder aangeven waarom deze vraag ongepast is. Wij controleren de vraag en zonodig wordt deze verwijderd.

Product:

Bijvoorbeeld antisemitische inhoud, racistische inhoud, of materiaal dat gewelddadige fysieke handelingen tot gevolg kan hebben.

Bijvoorbeeld een creditcardnummer, een persoonlijk identificatienummer, of een geheim adres. E-mailadressen en volledige namen worden niet als privégegevens beschouwd.

Spelregels forum

Om tot zinvolle vragen te komen hanteren wij de volgende spelregels:

Belangrijk! Als er een antwoord wordt gegeven op uw vraag, dan is het voor de gever van het antwoord nuttig om te weten als u er wel (of niet) mee geholpen bent! Wij vragen u dus ook te reageren op een antwoord.

Belangrijk! Antwoorden worden ook per e-mail naar abonnees gestuurd. Laat uw emailadres achter op deze site, zodat u op de hoogte blijft. U krijgt dan ook andere vragen en antwoorden te zien.

Abonneren

Abonneer u voor het ontvangen van emails voor uw Adobe DREAMWEAVER CS5.5 bij:


U ontvangt een email met instructies om u voor één of beide opties in te schrijven.


Ontvang uw handleiding per email

Vul uw emailadres in en ontvang de handleiding van Adobe DREAMWEAVER CS5.5 in de taal/talen: Engels als bijlage per email.

De handleiding is 21,23 mb groot.

 

U ontvangt de handleiding per email binnen enkele minuten. Als u geen email heeft ontvangen, dan heeft u waarschijnlijk een verkeerd emailadres ingevuld of is uw mailbox te vol. Daarnaast kan het zijn dat uw internetprovider een maximum heeft aan de grootte per email. Omdat hier een handleiding wordt meegestuurd, kan het voorkomen dat de email groter is dan toegestaan bij uw provider.

Stel vragen via chat aan uw handleiding

Stel uw vraag over deze PDF

loading

Andere handleiding(en) van Adobe DREAMWEAVER CS5.5

Adobe DREAMWEAVER CS5.5 Gebruiksaanwijzing - Nederlands - 725 pagina's

Adobe DREAMWEAVER CS5.5 Gebruiksaanwijzing - Deutsch - 753 pagina's


Uw handleiding is per email verstuurd. Controleer uw email

Als u niet binnen een kwartier uw email met handleiding ontvangen heeft, kan het zijn dat u een verkeerd emailadres heeft ingevuld of dat uw emailprovider een maximum grootte per email heeft ingesteld die kleiner is dan de grootte van de handleiding.

Er is een email naar u verstuurd om uw inschrijving definitief te maken.

Controleer uw email en volg de aanwijzingen op om uw inschrijving definitief te maken

U heeft geen emailadres opgegeven

Als u de handleiding per email wilt ontvangen, vul dan een geldig emailadres in.

Uw vraag is op deze pagina toegevoegd

Wilt u een email ontvangen bij een antwoord en/of nieuwe vragen? Vul dan hier uw emailadres in.



Info