Low cost ecommerce web development India flash website design
6 In the Property inspector, enter region_id in the Name text box.
A list/menu object generates its character width to the length of the longest
item in the list or
menu. We’ll define the menu items and values for this field a little later.
7 Insert a text field for Telephone, and then in the Property inspector name
it telephone, and in
the Char Width field enter 30.
8 Insert a text field for Fax, and then in the Property inspector name it fax,
and in the Char
Width field enter 30.
9 In the document, place the insertion point in the bottom table cell.
10 Add a submit button for the form by doing one of the following:
• In the Insert bar’s Forms category, click the Button button or
drag it from the Insert bar to
the table cell.
• Choose Insert > Form Objects > Button.
A Submit button inserts in the document. In the Property inspector, the button
is already
labeled and the Action is set to Submit form.
11 Repeat step 10 to add a another button to the form. You’ll add a reset
button to let a user reset
the form if they need to..
12 In the Property inspector, for Action, select Reset form.
13 In the Button Name text box, enter Reset.
Your form is now complete and should look similar this:
14 Save your document.
website designer freelance ASP PHP ecommerce web developer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110