[Zope] Javascript question
Robert Rottermann
robert@redcor.ch
Mon, 13 May 2002 23:46:09 +0200
Hi,
I am trying to copy data the user has entered in an >input> tag
programmatically.
like so
function moveToZope()
{
document.forms[0].data.value = document.all.doc.innerHTML
document.forms[0].submit()
}
this works fin to to about 2000 characters. If there is more data that is to
be passed, I get an sintax error upon calling submit().
I tried both with
document.forms[0].data
being an <input> or a <textarea>
Any tips how to pass more data will be greatly apprechiated.
Robert
www.redcor.ch