Categories | Question details Back To List | ||
dhtml editor I have used the dhtml editor , and iam passing editor data through javascript , from the 36 th line it will break and if click the button to submit it will show an error message syntax error on : document.forms[0].submit();. Upto 36 th line the data will be submitted. is there is any limit for passing data through editor using javascript? Please suggest me a solution for this. Thanks, komalam Answer posted by Alex (support) on Aug 03, 2009 05:59 Hello, >> iam passing editor data through javascript What approach do use exactly ? there is not document.forms[0].submit() line in editor. Possibly you use form with GET method. Try to use POST instead of it. POST doesn't have limitation. |