Top Banner
Mar 17, 2 022 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button
21

1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

Dec 29, 2015

Download

Documents

Aron Campbell
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

Apr 19, 2023

HTML Forms

Form, Button, Checkbox, Text box, Combo box, List & Radio Button

Page 2: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

2

What are forms? <form> is just another kind of HTML tag HTML forms are used to create (rather primitive) GUIs on Web

pages Usually the purpose is to ask the user for information The information is then sent back to the server

A form is an area that can contain form elements The syntax is: <form parameters> ...form elements... </form> Form elements include: buttons, checkboxes, text fields, radio buttons, drop-

down menus, etc Other kinds of HTML tags can be mixed in with the form elements

A form usually contains a Submit button to send the information in he form elements to the server

The form’s parameters tell JavaScript how to send the information to the server (there are two different ways it could be sent)

Forms can be used for other things, such as a GUI for simple programs

Page 3: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

3

What are forms? (Arabic)

<FORM>      عالمة من آخر نوع مجرد HTML هونماذج   HTML وتستخدم    ) ويب ) صفحات على واجهات بدائية إلنشاء

        على للحصول المستخدم من يطلب أن هو ذلك من الغرض يكون ما عادةمعلومات

    الخادم إلى أخرى مرة المعلومات إرسال يتم ثم       النموذج عناصر على تحتوي أن يمكن التي المجاالت أحد هو شكل وهناك  هو الجملة < ... <form parameters> :بناء  /< ...  شكل النموذج عناصر

       :   الراديو، أزرار النص، حقول االختيار، مربعات األزرار، يلي ما النموذج عناصر  الخ  المنسدلة، والقوائم

    عالمات من أخرى أنواع خلط  HTML ويمكن     شكل في العناصر مع       إلرسال  إرسال زر على تحتوي ما عادة نموذج

        الملقم  إلى العناصر يشكل انه في المعلومات           إلى  المعلومات إرسال كيفية سكريبت جافا اقول النموذج معلمات

)     يمكنإرسالها ) مختلفتين طريقتين هناك الخادم         المستخدم واجهة مثل أخرى، ألمور نماذج استخدام ويمكن

  بسيطة  لبرامج الرسومية

Page 4: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

4

Forms and JavaScript The JavaScript language can be used to make pages that “do

something” You can use JavaScript to write complete programs, but... Usually you just use snippets of JavaScript here and there throughout your

Web page JavaScript code snippets can be attached to various form elements

For example, you might want to check that a zipcode field contains a 5-digit integer before you send that information to the server

Microsoft sometimes calls JavaScript “active scripting” HTML forms can be used without JavaScript, and JavaScript can

be used without HTML forms, but they work well together JavaScript for HTML is covered in a separate lecture

Page 5: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

5

Forms and JavaScript (Arabic)

"       بشيء القيام أن صفحات لجعل سكريبت جافا لغة استخدام ويمكنما"

...        ولكن كاملة، برامج لكتابة سكريبت جافا استخدام يمكنك             في وهناك هنا سكريبت جافا من قصاصات فقط تستخدم ما وعادة

  ويب صفحة أنحاء جميع         النموذج عناصر لمختلف رمز قصاصات سكريبت جافا تركيبها يمكن

        الرمز حقل أن من التحقق في ترغب قد المثال، سبيل على    صحيح  عدد على يحتوي   5البريدي   هذه  إرسال قبل أرقام

الخادم  إلى المعلومات"   "      النشطة  البرمجة سكريبت جافا أحيانا تدعو مايكروسوفت

  نماذج استخدام    HTML ويمكن ويمكن  سكريبت، جافا بدون    نماذج  سكريبت جافا بدون HTML استخدامها ،   معا تعمل لكنها

جيد بشكل  ل  سكريبت جافا  HTMLوتغطي   منفصلة محاضرة في

Page 6: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

6

The <form> tag

The <form arguments> ... </form> tag encloses form elements (and probably other HTML as well)

The arguments to form tell what to do with the user input action="url" (required)

Specifies where to send the data when the Submit button is clicked method="get" (default)

Form data is sent as a URL with ?form_data info appended to the end

Can be used only if data is all ASCII and not more than 100 characters method="post"

Form data is sent in the body of the URL request Cannot be bookmarked by most browsers

target="target" Tells where to open the page sent as a result of the request target= _blank means open in a new window target= _top means use the same window

Page 7: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

7

The <form> tag (Arabic)

   /> ... <form arguments>و   عناصر< يرفق العالمة النموذج HTML وربما) النموذج كذلك (أخرى

      المستخدم  إدخال مع به القيام يجب ما معرفة لتشكيل الحجج(مطلوب) "URL" = عمل

          البحث  زر على النقر يتم عندما البيانات إلرسال تحدد حيث) ( " االفتراضي = " على الحصول أسلوب

    باعتباره النموذج بيانات إرسال  form_data مع؟ URL يتم   نهاية  إلحاق معلومات       كل هي البيانات كانت إذا فقط استخدامها ASCII يمكن ،   من  أكثر 100وليس

حرف" آخر = " أسلوب

      طلب نص في النموذج بيانات إرسال URL يتم       التصفح برامج معظم قبل من مرجعية تكون أن يمكن ال

" الهدف = " الهدف        للطلب  نتيجة ارسال صفحة لفتح فيها يروي

 blank_ = الهدف   جديدة  نافذة في فتح يعني top_ = الهدف   نفسه  اإلطار استخدام يعني

Page 8: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

8

The <input> tag

Most, but not all, form elements use the input tag, with a type="..." argument to tell which kind of element it is

type can be text, checkbox, radio, password, hidden, submit, reset, button, file, or image

Other common input tag arguments include: name: the name of the element value: the “value” of the element; used in different ways for different

values of type readonly: the value cannot be changed disabled: the user can’t do anything with this element Other arguments are defined for the input tag but have meaning only for

certain values of type

Page 9: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

9

The <input> tag (Arabic)

          مع اإلدخال، العالمة استخدام النموذج عناصر شيء، كل ليس ولكن معظم،        هو = "..."  العنصر من أينوع لمعرفة حجة نوع

      خفية،  السر، وكلمة واإلذاعة، مربع، النص، يكون أن يمكن نوع      صورة  أو ملف أو زر إعادة، وتقديم،

:         يلي  ما الحجج مشتركة مساهمة أخرى سمة  العنصر:  اسم االسم

         " نوع: " من مختلفة لقيم مختلفة بطرق وتستخدم للعنصر، قيمة قيمة    : قيمة تغيير يمكن ال فقط للقراءة

      العنصر: هذا مع شيء أي تفعل أن للمستخدم يمكن تعطيل               معينة  لقيم فقط معنى لها ولكن اإلدخال للعالمة الحجج من غيرها وتعرف

نوع  من

Page 10: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

10

Text input

A text field: <input type="text" name="textfield" value="with an initial value">

A multi-line text field <textarea name="textarea" cols="24" rows="2">Hello</textarea>

A password field: <input type="password" name="textfield3" value="secret">

• Note that two of these use the input tag, but one uses textarea

Page 11: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

11

Buttons

A submit button: <input type="submit" name="Submit" value="Submit">

A reset button: <input type="reset" name="Submit2" value="Reset">

A plain button: <input type="button" name="Submit3" value="Push Me">

submit: send data

reset: restore all form elements to their initial state

button: take some action as specified by JavaScript• Note that the type is input, not “button”

Page 12: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

12

Checkboxes A checkbox:

<input type="checkbox" name="checkbox” value="checkbox" checked>

type: "checkbox" name: used to reference this form element from

JavaScript value: value to be returned when element is checked Note that there is no text associated with the checkbox—

you have to supply text in the surrounding HTML

Page 13: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

13

Radio buttons

Radio buttons:<br><input type="radio" name="radiobutton" value="myValue1">male<br><input type="radio" name="radiobutton" value="myValue2" checked>female

If two or more radio buttons have the same name, the user can only select one of them at a time

This is how you make a radio button “group”

If you ask for the value of that name, you will get the value specified for the selected radio button

As with checkboxes, radio buttons do not contain any text

Page 14: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

14

Drop-down menu or list

A menu or list:<select name="select"> <option value="red">red</option> <option value="green">green</option> <option value="BLUE">blue</option></select>

Additional arguments: size: the number of items visible in the list (default is "1") multiple: if set to "true", any number of items may be selected

(default is "false")

Page 15: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

15

Hidden fields <input type="hidden" name="hiddenField" value="nyah">

&lt;-- right there, don't you see it?

What good is this? All input fields are sent back to the server, including hidden fields This is a way to include information that the user doesn’t need to see (or

that you don’t want her to see) The value of a hidden field can be set programmatically (by JavaScript)

before the form is submitted

Page 16: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

16

Hidden fields (Arabic) <input type="hidden" name="hiddenField" value="nyah">

&lt;-- right there, don't you see it?

  هذا؟ جيد هو ما       الحقول  ذلك في بما الخادم، إلى أخرى مرة اإلدخال حقول جميع وترسل

المخفية     (        ال  التي أو لرؤية المستخدم يحتاج ال التي المعلومات لتشمل وسيلة هو هذا

) ترى  أن لها تريد )   (      قبل  سكريبت جافا طريق عن برمجيا مخفي حقل قيمة تعيين ويمكن

  شكل  على يقدم أن

Page 17: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

17

A complete example

<html><head><title>Get Identity</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body><p><b>Who are you?</b></p><form method="post" action=""> <p>Name: <input type="text" name="textfield"> </p> <p>Gender: <input type="radio" name="gender" value="m">Male <input type="radio" name="gender" value="f">Female</p> </form></body></html>

Page 18: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

Combo box / Dropdown box

18

<form name=myform><select name=mytextarea><option name=one value=one> one </option><option name=two value=two> two </option><option name=three value=three> three </option></select></form>

Output :-

Page 19: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

Scrollable Select Option

19

<form name=myform><select name=mytextarea size=2><option name=one value=one> one </option><option name=two value=two> two </option><option name=three value=three> three </option><option name=four value=four> four </option></select></form>

Page 20: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

20

Multi Selection box in an HTML

<form name=myform><select name=mytextarea size=3 multiple><option name=one value=one> one </option><option name=two value=two> two </option><option name=three value=three> three </option><option name=four value=four> four </option></select></form> 

Page 21: 1-Oct-15 HTML Forms Form, Button, Checkbox, Text box, Combo box, List & Radio Button.

21

Combo box in an HTML

<form name=myform ><select name=mytextarea size=2><option name=one value=one> one </option><option name=two value=two> two </option><option name=three value=three selected> three </option><option name=four value=four> four </option></select></form>