Mercurial > laserkard
comparison paypal/lines_acrylic_clear.paylist @ 44:1045db9799e3 laserkard
[svn r45] Greatly Enhanced Responsiveness of the website.
author | rlm |
---|---|
date | Thu, 28 Jan 2010 04:10:44 -0500 |
parents | ef8615de8a9c |
children | 26c2b3ad21c7 |
comparison
equal
deleted
inserted
replaced
43:329638a361cc | 44:1045db9799e3 |
---|---|
104 | 104 |
105 <!-- Start of Text Input Fields --> | 105 <!-- Start of Text Input Fields --> |
106 <br> | 106 <br> |
107 Name: | 107 Name: |
108 <input type="text" name="line_1b" size="20" id="Name" | 108 <input type="text" name="line_1b" size="20" id="Name" |
109 ONFOCUS="clearDefault(this);" onKeyUp="redraw('direct'); updateForm(['args__Name', 'Name', 'formValues'] , ['formValues']);" | 109 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Name');smallRedraw('direct', 'Name');" |
110 | 110 |
111 > | 111 > |
112 <!-- --> | 112 <!-- --> |
113 <br> | 113 <br> |
114 <br> | 114 <br> |
115 Occupation: | 115 Occupation: |
116 <input type="text" name="line_2b" size="20" id="Occupation" | 116 <input type="text" name="line_2b" size="20" id="Occupation" |
117 ONFOCUS="clearDefault(this);" onKeyUp="redraw('direct'); updateForm(['args__Occupation', 'Occupation', 'formValues'] , ['formValues']);" | 117 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Occupation');smallRedraw('direct', 'Occupation');" |
118 | 118 |
119 > | 119 > |
120 <!-- --> | 120 <!-- --> |
121 <br> | 121 <br> |
122 <br> | 122 <br> |
123 Company: | 123 Company: |
124 <input type="text" name="line_3b" size="20" id="Company" | 124 <input type="text" name="line_3b" size="20" id="Company" |
125 ONFOCUS="clearDefault(this);" onKeyUp="redraw('direct'); updateForm(['args__Company', 'Company', 'formValues'] , ['formValues']);" | 125 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Company');smallRedraw('direct', 'Company');" |
126 | 126 |
127 > | 127 > |
128 <!-- --> | 128 <!-- --> |
129 <br> | 129 <br> |
130 <br> | 130 <br> |
131 Phone: | 131 Phone: |
132 <input type="text" name="line_4b" size="20" id="Phone" | 132 <input type="text" name="line_4b" size="20" id="Phone" |
133 ONFOCUS="clearDefault(this);" onKeyUp="redraw('direct'); updateForm(['args__Phone', 'Phone', 'formValues'] , ['formValues']);" | 133 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Phone');smallRedraw('direct', 'Phone');" |
134 | 134 |
135 > | 135 > |
136 <!-- --> | 136 <!-- --> |
137 <br> | 137 <br> |
138 <br> | 138 <br> |
139 Email: | 139 Email: |
140 <input type="text" name="line_5b" size="20" id="Email" | 140 <input type="text" name="line_5b" size="20" id="Email" |
141 ONFOCUS="clearDefault(this);" onKeyUp="redraw('direct'); updateForm(['args__Email', 'Email', 'formValues'] , ['formValues']);" | 141 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Email');smallRedraw('direct', 'Email');" |
142 | 142 |
143 > | 143 > |
144 <!-- --> | 144 <!-- --> |
145 <br> | 145 <br> |
146 <br> | 146 <br> |
147 Website: | 147 Website: |
148 <input type="text" name="line_6b" size="20" id="Website" | 148 <input type="text" name="line_6b" size="20" id="Website" |
149 ONFOCUS="clearDefault(this);" onKeyUp="redraw('direct'); updateForm(['args__Website', 'Website', 'formValues'] , ['formValues']);" | 149 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Website');smallRedraw('direct', 'Website');" |
150 | 150 |
151 > | 151 > |
152 <!-- --> | 152 <!-- --> |
153 <br> | 153 <br> |
154 | 154 |