Mercurial > laserkard
comparison paypal/classic_acrylic_clear.paylist @ 42:ef8615de8a9c laserkard
[svn r43] implemented form memory
author | rlm |
---|---|
date | Wed, 27 Jan 2010 22:04:43 -0500 |
parents | 1ac1409ea68c |
children | 1045db9799e3 |
comparison
equal
deleted
inserted
replaced
41:c4747d955ac8 | 42:ef8615de8a9c |
---|---|
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: | 107 Email: |
108 <input type="text" id="Email" name="line_1b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this);" onKeyUp="redraw('classic');" | 108 <input type="text" name="line_1b" size="20" id="Email" |
109 ONFOCUS="clearDefault(this);" onKeyUp="redraw('classic'); updateForm(['args__Email', 'Email', 'formValues'] , ['formValues']);" | |
109 | 110 |
110 > | 111 > |
111 <!-- --> | 112 <!-- --> |
112 <br> | 113 <br> |
113 <br> | 114 <br> |
114 Phone: | 115 Phone: |
115 <input type="text" id="Phone" name="line_2b" size="20" value = "123.456.7890" ONFOCUS="clearDefault(this);" onKeyUp="redraw('classic');" | 116 <input type="text" name="line_2b" size="20" id="Phone" |
117 ONFOCUS="clearDefault(this);" onKeyUp="redraw('classic'); updateForm(['args__Phone', 'Phone', 'formValues'] , ['formValues']);" | |
116 | 118 |
117 > | 119 > |
118 <!-- --> | 120 <!-- --> |
119 <br> | 121 <br> |
120 <br> | 122 <br> |
121 Name: | 123 Name: |
122 <input type="text" id="Name" name="line_3b" size="20" value = "James Bond" ONFOCUS="clearDefault(this);" onKeyUp="redraw('classic');" | 124 <input type="text" name="line_3b" size="20" id="Name" |
125 ONFOCUS="clearDefault(this);" onKeyUp="redraw('classic'); updateForm(['args__Name', 'Name', 'formValues'] , ['formValues']);" | |
123 | 126 |
124 > | 127 > |
125 <!-- --> | 128 <!-- --> |
126 <br> | 129 <br> |
127 <br> | 130 <br> |
128 Company: | 131 Company: |
129 <input type="text" id="Company" name="line_4b" size="20" value = "MI6" ONFOCUS="clearDefault(this);" onKeyUp="redraw('classic');" | 132 <input type="text" name="line_4b" size="20" id="Company" |
133 ONFOCUS="clearDefault(this);" onKeyUp="redraw('classic'); updateForm(['args__Company', 'Company', 'formValues'] , ['formValues']);" | |
130 | 134 |
131 > | 135 > |
132 <!-- --> | 136 <!-- --> |
133 <br> | 137 <br> |
134 <br> | 138 <br> |
135 Occupation: | 139 Occupation: |
136 <input type="text" id="Occupation" name="line_5b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this);" onKeyUp="redraw('classic');" | 140 <input type="text" name="line_5b" size="20" id="Occupation" |
141 ONFOCUS="clearDefault(this);" onKeyUp="redraw('classic'); updateForm(['args__Occupation', 'Occupation', 'formValues'] , ['formValues']);" | |
137 | 142 |
138 > | 143 > |
139 <!-- --> | 144 <!-- --> |
140 <br> | 145 <br> |
141 <br> | 146 <br> |
142 Website: | 147 Website: |
143 <input type="text" id="Website" name="line_6b" size="20" value = "http://www.jamesbond.com" ONFOCUS="clearDefault(this);" onKeyUp="redraw('classic');" | 148 <input type="text" name="line_6b" size="20" id="Website" |
149 ONFOCUS="clearDefault(this);" onKeyUp="redraw('classic'); updateForm(['args__Website', 'Website', 'formValues'] , ['formValues']);" | |
144 | 150 |
145 > | 151 > |
146 <!-- --> | 152 <!-- --> |
147 <br> | 153 <br> |
148 | 154 |