[Zope] Re: Re: Using Layer with cookies
Axel Missbach
Axel.Missbach@t-online.de
Sun, 05 Jan 2003 16:47:09 +0100
>> On Clientside having an orderform, where the user can select a part
>> after giving some values for a Query(ordernumber, partname,...). the
>> values are send to the dtml-Dcument, where a SQL-Query puts the Data >to
>> an array.
>> First writing a cookie, then updating a layer.src="dtml-Document >Name",
>> in the end display the array-data.
>> This works fine, until the cookie value has whitespaces()
>> Is there another way to get dynamic Data in a html-form?
>Hi,
>you should use SESSIONs for this problem... Have a look at the ZopeBook
>and ZopeHelp.
>.mj
Hi, thanks,but
the cookie content is generated online on clientside.
i can't see a way to send "Session"-data with javascript
Axel