Date:  11/12/2004 09:55:34 AM Msg ID:  002350
From:  Joe Goldsmith Thread:  002350
Subject:  FORM GET Problem
Hello All. I have a problem with the amount of characters passed using a FORM GET. IT only passes 1927 characters and if the character length is over 1927 the action button does not work. Here is the code.
 
<FORM NAME=getletter METHOD=GET ACTION="getletter1.fwx">
<TABLE WIDTH="100%">
 <TR>
  <TD>
   <TEXTAREA name="newletter" rows=40 cols=90 WRAP="VIRTUAL" ALIGN="TOP"><%=TEXTMERGE(LNOTES, .F.)%</TEXTAREA>
  </TD>
 </TR>
 <TR>
  <TD>
   <INPUT TYPE="Submit" NAME=btnchoice VALUE="   SEND   ">
  </TD>
 </TR>
</TABLE>
</FORM>
 
Any help would be appreciated.
 
Joe