diff paypal/basic_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
line wrap: on
line diff
     1.1 --- a/paypal/basic_acrylic_green.paylist	Sun Jan 31 20:26:16 2010 -0500
     1.2 +++ b/paypal/basic_acrylic_green.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  Line 1:&nbsp;&nbsp;<br>
     1.7 -<input type="text"  name="line_1b" size="20" id="Line 1" 
     1.8 +<input type="text" MAXLENGTH = 30 name="line_1b" size="20" id="Line 1" 
     1.9  ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Line 1');smallRedraw('', 'Line 1');"
    1.10  
    1.11  >
    1.12 @@ -113,7 +113,7 @@
    1.13  <br>
    1.14  <br>
    1.15  Line 2:&nbsp;&nbsp;<br>
    1.16 -<input type="text"  name="line_2b" size="20" id="Line 2" 
    1.17 +<input type="text" MAXLENGTH = 30 name="line_2b" size="20" id="Line 2" 
    1.18  ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Line 2');smallRedraw('', 'Line 2');"
    1.19  
    1.20  >
    1.21 @@ -121,7 +121,7 @@
    1.22  <br>
    1.23  <br>
    1.24  Line 3:&nbsp;&nbsp;<br>
    1.25 -<input type="text"  name="line_3b" size="20" id="Line 3" 
    1.26 +<input type="text" MAXLENGTH = 30 name="line_3b" size="20" id="Line 3" 
    1.27  ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Line 3');smallRedraw('', 'Line 3');"
    1.28  
    1.29  >
    1.30 @@ -129,7 +129,7 @@
    1.31  <br>
    1.32  <br>
    1.33  Line 4:&nbsp;&nbsp;<br>
    1.34 -<input type="text"  name="line_4b" size="20" id="Line 4" 
    1.35 +<input type="text" MAXLENGTH = 30 name="line_4b" size="20" id="Line 4" 
    1.36  ONFOCUS="clearDefault(this);" onKeyUp="stabForm('Line 4');smallRedraw('', 'Line 4');"
    1.37  
    1.38  >