Mercurial > laserkard
comparison paypal/big_acrylic_green.paylist @ 49:5eb11cf654de laserkard
[svn r50] implemented max text length
author | rlm |
---|---|
date | Sun, 31 Jan 2010 21:37:24 -0500 |
parents | 26c2b3ad21c7 |
children | 8324f195ef36 |
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 Line 1: <br> | 107 Line 1: <br> |
108 <input type="text" name="line_1b" size="20" id="Line 1" | 108 <input type="text" MAXLENGTH = 30 name="line_1b" size="20" id="Line 1" |
109 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Line 1');smallRedraw('', 'Line 1');" | 109 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Line 1');smallRedraw('', 'Line 1');" |
110 | 110 |
111 > | 111 > |
112 <!-- --> | 112 <!-- --> |
113 <br> | 113 <br> |
114 <br> | 114 <br> |
115 Line 2: <br> | 115 Line 2: <br> |
116 <input type="text" name="line_2b" size="20" id="Line 2" | 116 <input type="text" MAXLENGTH = 30 name="line_2b" size="20" id="Line 2" |
117 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Line 2');smallRedraw('', 'Line 2');" | 117 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Line 2');smallRedraw('', 'Line 2');" |
118 | 118 |
119 > | 119 > |
120 <!-- --> | 120 <!-- --> |
121 <br> | 121 <br> |