1. Trang chủ
  2. » Mẫu Slide

slide môn học HDJ bài 4 using forms and frames

25 174 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 25
Dung lượng 185 KB

Các công cụ chuyển đổi và chỉnh sửa cho tài liệu này

Nội dung

Using Forms and FramesSession 4... ► Using Forms and Common HTML Input Elements ► Using Frames... Introduction to Forms► Uses of Forms  Collecting names, addresses, telephone numbers, e

Trang 1

Using Forms and Frames

Session 4

Trang 2

► Using Forms and Common HTML Input Elements

► Using Frames

Trang 3

Introduction to Forms

► Uses of Forms

 Collecting names, addresses, telephone numbers, e-mail addresses, and other information to register users for a service or event

 Gathering information for the purchase of an item For example, if we want to purchase a book over the Internet, we would be required to fill in our name, mailing address, mode of payment, and so on

Trang 4

A Sample Form

Trang 6

HTML Input Element Attribute

► The INPUT Element

Trang 7

Input –Type Attribute

Trang 8

<INPUT TYPE=button VALUE=“” NAME=“button1" SIZE=20>

<INPUT TYPE=text VALUE=“” NAME="textbox" SIZE=20>

Trang 11

► Submit

► RESET

► Image

Trang 12

Other Input Elements-1

► The TextArea Element

Trang 13

Other INPUT Elements-2

► The SELECT Element

Trang 14

Select Element

<SELECT NAME="Experience" SIZE="3" >

<OPTION VALUE="1" SELECTED>1 year

<OPTION VALUE="2">1 - 3 years

<OPTION VALUE="3">None

</SELECT>

Trang 16

<FORM action="http://somesite.com" method="post">

<INPUT type="radio" name="sex" value="Female"> Female<BR><BR><BR>

<BUTTON name="submit" value="submit" type="submit">

</BUTTON>

Trang 17

Output

Trang 18

► Frames divide a Web browser’s window into separate regions, each of which can display a separate scrollable page

► For example, we can use three frames in the Web page, one with a banner, one for the

navigation menu and one to display data

Trang 22

Nested Frame sets

Trang 23

Output

Trang 24

The NOFRAMES Element

Ngày đăng: 30/11/2016, 22:10

TỪ KHÓA LIÊN QUAN

w