Mercurial > laserkard
diff paypal/basic_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 |
line wrap: on
line diff
1.1 --- a/paypal/basic_acrylic_clear.paylist Sun Jan 31 20:26:16 2010 -0500 1.2 +++ b/paypal/basic_acrylic_clear.paylist Sun Jan 31 21:37:24 2010 -0500 1.3 @@ -105,7 +105,7 @@ 1.4 <!-- Start of Text Input Fields --> 1.5 <br> 1.6 Name: <br> 1.7 -<input type="text" name="line_1b" size="20" id="Name" 1.8 +<input type="text" MAXLENGTH = 30 name="line_1b" size="20" id="Name" 1.9 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Name');smallRedraw('arrow', 'Name');" 1.10 1.11 > 1.12 @@ -113,7 +113,7 @@ 1.13 <br> 1.14 <br> 1.15 Company: <br> 1.16 -<input type="text" name="line_2b" size="20" id="Company" 1.17 +<input type="text" MAXLENGTH = 30 name="line_2b" size="20" id="Company" 1.18 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Company');smallRedraw('arrow', 'Company');" 1.19 1.20 > 1.21 @@ -121,7 +121,7 @@ 1.22 <br> 1.23 <br> 1.24 Occupation: <br> 1.25 -<input type="text" name="line_3b" size="20" id="Occupation" 1.26 +<input type="text" MAXLENGTH = 30 name="line_3b" size="20" id="Occupation" 1.27 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Occupation');smallRedraw('arrow', 'Occupation');" 1.28 1.29 > 1.30 @@ -129,7 +129,7 @@ 1.31 <br> 1.32 <br> 1.33 Email: <br> 1.34 -<input type="text" name="line_4b" size="20" id="Email" 1.35 +<input type="text" MAXLENGTH = 30 name="line_4b" size="20" id="Email" 1.36 ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Email');smallRedraw('arrow', 'Email');" 1.37 1.38 >