diff paypal/classic_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/classic_acrylic_clear.paylist	Sun Jan 31 20:26:16 2010 -0500
     1.2 +++ b/paypal/classic_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  Email:&nbsp;&nbsp;<br>
     1.7 -<input type="text"  name="line_1b" size="20" id="Email" 
     1.8 +<input type="text" MAXLENGTH = 30 name="line_1b" size="20" id="Email" 
     1.9  ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Email');smallRedraw('classic', 'Email');"
    1.10  
    1.11  >
    1.12 @@ -113,7 +113,7 @@
    1.13  <br>
    1.14  <br>
    1.15  Phone:&nbsp;&nbsp;<br>
    1.16 -<input type="text"  name="line_2b" size="20" id="Phone" 
    1.17 +<input type="text" MAXLENGTH = 30 name="line_2b" size="20" id="Phone" 
    1.18  ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Phone');smallRedraw('classic', 'Phone');"
    1.19  
    1.20  >
    1.21 @@ -121,7 +121,7 @@
    1.22  <br>
    1.23  <br>
    1.24  Name:&nbsp;&nbsp;<br>
    1.25 -<input type="text"  name="line_3b" size="20" id="Name" 
    1.26 +<input type="text" MAXLENGTH = 30 name="line_3b" size="20" id="Name" 
    1.27  ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Name');smallRedraw('classic', 'Name');"
    1.28  
    1.29  >
    1.30 @@ -129,7 +129,7 @@
    1.31  <br>
    1.32  <br>
    1.33  Company:&nbsp;&nbsp;<br>
    1.34 -<input type="text"  name="line_4b" size="20" id="Company" 
    1.35 +<input type="text" MAXLENGTH = 30 name="line_4b" size="20" id="Company" 
    1.36  ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Company');smallRedraw('classic', 'Company');"
    1.37  
    1.38  >
    1.39 @@ -137,7 +137,7 @@
    1.40  <br>
    1.41  <br>
    1.42  Occupation:&nbsp;&nbsp;<br>
    1.43 -<input type="text"  name="line_5b" size="20" id="Occupation" 
    1.44 +<input type="text" MAXLENGTH = 30 name="line_5b" size="20" id="Occupation" 
    1.45  ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Occupation');smallRedraw('classic', 'Occupation');"
    1.46  
    1.47  >
    1.48 @@ -145,7 +145,7 @@
    1.49  <br>
    1.50  <br>
    1.51  Website:&nbsp;&nbsp;<br>
    1.52 -<input type="text"  name="line_6b" size="20" id="Website" 
    1.53 +<input type="text" MAXLENGTH = 30 name="line_6b" size="20" id="Website" 
    1.54  ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Website');smallRedraw('classic', 'Website');"
    1.55  
    1.56  >