Is there a possibility to transfer a javascript variable with it's value into the namespace (REQUEST)? Thanks Fritz
Hi Fritz, sure. You assign it either to a cookie or hidden form field or append it to an URL and call a page on the server (via location= or via form.submit() ) Was this what you wanted? Regards Tino --On Donnerstag, 21. November 2002 20:05 +0100 "Dr. F. Tröster" <troester@fh-heilbronn.de> wrote:
Is there a possibility to transfer a javascript variable with it's value into the namespace (REQUEST)?
Thanks Fritz
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Dr. F. Tröster -
Tino Wildenhain