+ All Categories
Home > Documents > Dr./ Ahmed Mohamed Rabie...

Dr./ Ahmed Mohamed Rabie...

Date post: 02-Aug-2020
Category:
Upload: others
View: 4 times
Download: 0 times
Share this document with a friend
31
Dr./ Ahmed Mohamed Rabie Sayed 1
Transcript
Page 1: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

Dr./ Ahmed Mohamed Rabie Sayed

1

Page 2: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

2

Page 3: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

3

Page 4: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

4

Form Basics

Page 5: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

5

Form element

Page 6: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

6

Form attributes element

Page 7: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

7

Form attributes example

Send to Email <body>

<form method="POST" action="mailto:[email protected]">

</form>

</body>

Page 8: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

8

Form attributes example

Send to URL <body>

<form method="GET" action="http://www.google.com/request.php">

</form>

</body>

Page 9: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

9

Form input types element

Page 10: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

10

Form input text element

Page 11: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

11

Form input text example

Page 12: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

12

Form inputs text element

Page 13: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

13

Form inputs text example

Page 14: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

14

Form input text attributes element

Page 15: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

15

Form input password element

Page 16: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

16

Form input password Example

Page 17: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

17

Form input password attributes

Page 18: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

18

Form input file element

Page 19: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

19

Form input file example

Browse …

Page 20: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

20

Form input submit/reset element

Page 21: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

21

Form input submit/reset Example

Page 22: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

22

Form input submit/reset attributes

Page 23: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

23

Form input submit/reset attributes element

Page 24: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

24

Form input submit/reset attributes example

Page 25: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

25

Form input button element

Page 26: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

26

Form input button example

Page 27: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

27

Form input check box element

Page 28: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

28

Form input check box Example

Page 29: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

29

Form input check box attributes

Page 30: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

30

Form input radio buttons element

Page 31: Dr./ Ahmed Mohamed Rabie Sayedstaff.du.edu.eg/upfilestaff/1058/101058_a1491480326__Lecture.7._.pdf · 7 Form attributes example Send to Email

31

Form input radio buttons Example


Recommended