8 Feb
2013
8 Feb
'13
8:25 a.m.
Can anybody help how to execute javascript code on DTML method like a very simple example: <FORM> <INPUT TYPE="BUTTON" NAME="btnHello" VALUE="Say Hello" ONCLICK="Pressed()" LANGUAGE="JavaScript"> </FORM> <SCRIPT LANGUAGE="Javascript"> function Pressed() { alert("Hello World"); } </SCRIPT> When i test this code from DTML method view, it fails. Regards Murat
8 Feb
8 Feb
8:38 a.m.
New subject: [Zope-dev] javascript in zope
On Fri, Feb 8, 2013 at 9:25 AM, murat bilal <murat.bilal@gmail.com> wrote:
Can anybody help how to execute javascript code on DTML method like
It's a bit unclear what you are trying to do. But you can not call DTML methods from Javascript, if that's what you want. //Lennart
4827
Age (days ago)
4827
Last active (days ago)
1 comments
2 participants
participants (2)
-
Lennart Regebro -
murat bilal