comparison paypal/classic_acrylic_clear.paylist @ 49:5eb11cf654de laserkard

[svn r50] implemented max text length
author rlm
date Sun, 31 Jan 2010 21:37:24 -0500
parents 26c2b3ad21c7
children 95fa4bcc5d67
comparison
equal deleted inserted replaced
48:b2a11435a89b 49:5eb11cf654de
103 <!-- End of Options --> 103 <!-- End of Options -->
104 104
105 <!-- Start of Text Input Fields --> 105 <!-- Start of Text Input Fields -->
106 <br> 106 <br>
107 Email:&nbsp;&nbsp;<br> 107 Email:&nbsp;&nbsp;<br>
108 <input type="text" name="line_1b" size="20" id="Email" 108 <input type="text" MAXLENGTH = 30 name="line_1b" size="20" id="Email"
109 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Email');smallRedraw('classic', 'Email');" 109 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Email');smallRedraw('classic', 'Email');"
110 110
111 > 111 >
112 <!-- --> 112 <!-- -->
113 <br> 113 <br>
114 <br> 114 <br>
115 Phone:&nbsp;&nbsp;<br> 115 Phone:&nbsp;&nbsp;<br>
116 <input type="text" name="line_2b" size="20" id="Phone" 116 <input type="text" MAXLENGTH = 30 name="line_2b" size="20" id="Phone"
117 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Phone');smallRedraw('classic', 'Phone');" 117 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Phone');smallRedraw('classic', 'Phone');"
118 118
119 > 119 >
120 <!-- --> 120 <!-- -->
121 <br> 121 <br>
122 <br> 122 <br>
123 Name:&nbsp;&nbsp;<br> 123 Name:&nbsp;&nbsp;<br>
124 <input type="text" name="line_3b" size="20" id="Name" 124 <input type="text" MAXLENGTH = 30 name="line_3b" size="20" id="Name"
125 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Name');smallRedraw('classic', 'Name');" 125 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Name');smallRedraw('classic', 'Name');"
126 126
127 > 127 >
128 <!-- --> 128 <!-- -->
129 <br> 129 <br>
130 <br> 130 <br>
131 Company:&nbsp;&nbsp;<br> 131 Company:&nbsp;&nbsp;<br>
132 <input type="text" name="line_4b" size="20" id="Company" 132 <input type="text" MAXLENGTH = 30 name="line_4b" size="20" id="Company"
133 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Company');smallRedraw('classic', 'Company');" 133 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Company');smallRedraw('classic', 'Company');"
134 134
135 > 135 >
136 <!-- --> 136 <!-- -->
137 <br> 137 <br>
138 <br> 138 <br>
139 Occupation:&nbsp;&nbsp;<br> 139 Occupation:&nbsp;&nbsp;<br>
140 <input type="text" name="line_5b" size="20" id="Occupation" 140 <input type="text" MAXLENGTH = 30 name="line_5b" size="20" id="Occupation"
141 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Occupation');smallRedraw('classic', 'Occupation');" 141 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Occupation');smallRedraw('classic', 'Occupation');"
142 142
143 > 143 >
144 <!-- --> 144 <!-- -->
145 <br> 145 <br>
146 <br> 146 <br>
147 Website:&nbsp;&nbsp;<br> 147 Website:&nbsp;&nbsp;<br>
148 <input type="text" name="line_6b" size="20" id="Website" 148 <input type="text" MAXLENGTH = 30 name="line_6b" size="20" id="Website"
149 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Website');smallRedraw('classic', 'Website');" 149 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Website');smallRedraw('classic', 'Website');"
150 150
151 > 151 >
152 <!-- --> 152 <!-- -->
153 <br> 153 <br>