[Zope-dev] Javascript variables Form element values and zope

2003-10-06 Thread Gavin Park
Thanks to Dieter and jcc, I didn't think there was going to be a sneaky way to mix zope scritps and javascript in a live page, but hoped there may have been some neat trick ... Looks like its plan B - submitting the form from one frame to another and using the request doohicky. Gavin __

Re: [Zope-dev] Javascript variables Form element values and zope

2003-10-03 Thread Dieter Maurer
[EMAIL PROTECTED] wrote at 2003-10-3 13:34 +0100: > I have this little form and I would like to know how to persuade dtml or > python to access the javascript variables in the set_p function and the > element values in the form "LOG". I cannot do that: DTML lives on the server, Javascript on

Re: [Zope-dev] Javascript variables Form element values and zope

2003-10-03 Thread J. Cameron Cooper
This list is for development of Zope. You want the zope users list at [EMAIL PROTECTED] I have this little form and I would like to know how to persuade dtml or python to access the javascript variables in the set_p function and the element values in the form "LOG". This is impossible as you p

[Zope-dev] Javascript variables Form element values and zope

2003-10-03 Thread [EMAIL PROTECTED]
Hallo All, I have this little form and I would like to know how to persuade dtml or python to access the javascript variables in the set_p function and the element values in the form "LOG". I'll be thankful for any assistance. function set_p(a,b) { // // call a zsql script mylookup which retur