A
acemtp
Hello,
Do you know a dynamic way to send 10kb of text or more using an iframe?
I tried to do that with by creating, in javascript, a dynamic iframe,
then create a form into this iframe and put the data in a textarea and
then call a sumbit().
It looks nice and works on IE and FF but *not* on opera. In opera, we
cannot modify the content of an iframe for security reason. (as you can
see here: http://jtf.ploki.info/index.php?id=7 )
Is there another solution with iframe or I have to use xmlhttprequest
or other way?
Vianney Lecroart
Do you know a dynamic way to send 10kb of text or more using an iframe?
I tried to do that with by creating, in javascript, a dynamic iframe,
then create a form into this iframe and put the data in a textarea and
then call a sumbit().
It looks nice and works on IE and FF but *not* on opera. In opera, we
cannot modify the content of an iframe for security reason. (as you can
see here: http://jtf.ploki.info/index.php?id=7 )
Is there another solution with iframe or I have to use xmlhttprequest
or other way?
Vianney Lecroart