Mercurial > laserkard
comparison paypal/basic_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 Name: | 107 Name: |
108 <input type="text" id="Name" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this);" onKeyUp="redraw('arrow');" | 108 <input type="text" name="line_1b" size="20" id="Name" |
109 ONFOCUS="clearDefault(this);" onKeyUp="redraw('arrow'); updateForm(['args__Name', 'Name', 'formValues'] , ['formValues']);" | |
109 | 110 |
110 > | 111 > |
111 <!-- --> | 112 <!-- --> |
112 <br> | 113 <br> |
113 <br> | 114 <br> |
114 Company: | 115 Company: |
115 <input type="text" id="Company" name="line_2b" size="20" value = "MI6" ONFOCUS="clearDefault(this);" onKeyUp="redraw('arrow');" | 116 <input type="text" name="line_2b" size="20" id="Company" |
117 ONFOCUS="clearDefault(this);" onKeyUp="redraw('arrow'); updateForm(['args__Company', 'Company', 'formValues'] , ['formValues']);" | |
116 | 118 |
117 > | 119 > |
118 <!-- --> | 120 <!-- --> |
119 <br> | 121 <br> |
120 <br> | 122 <br> |
121 Occupation: | 123 Occupation: |
122 <input type="text" id="Occupation" name="line_3b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this);" onKeyUp="redraw('arrow');" | 124 <input type="text" name="line_3b" size="20" id="Occupation" |
125 ONFOCUS="clearDefault(this);" onKeyUp="redraw('arrow'); updateForm(['args__Occupation', 'Occupation', 'formValues'] , ['formValues']);" | |
123 | 126 |
124 > | 127 > |
125 <!-- --> | 128 <!-- --> |
126 <br> | 129 <br> |
127 <br> | 130 <br> |
128 Email: | 131 Email: |
129 <input type="text" id="Email" name="line_4b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this);" onKeyUp="redraw('arrow');" | 132 <input type="text" name="line_4b" size="20" id="Email" |
133 ONFOCUS="clearDefault(this);" onKeyUp="redraw('arrow'); updateForm(['args__Email', 'Email', 'formValues'] , ['formValues']);" | |
130 | 134 |
131 > | 135 > |
132 <!-- --> | 136 <!-- --> |
133 <br> | 137 <br> |
134 | 138 |