[Zope] calling javascript method from dtml method

2009-03-15 Thread Dvir Bar-lev
Hi

 

Is there any way to call a javascript method from a dtml method
somewhere in the body of it? 

The method cam be in a different js file which is preferable or in the
dtml method if there is no other way, from what I found on the web it
looks like I can't but I want to make sure that I didn't miss anything

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] calling javascript method from dtml method

2009-03-15 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 15.03.2009 9:09 Uhr, Dvir Bar-lev wrote:
 Hi
 
  
 
 Is there any way to call a javascript method from a dtml method
 somewhere in the body of it?
 
 The method cam be in a different js file which is preferable or in the
 dtml method if there is no other way, from what I found on the web it
 looks like I can’t but I want to make sure that I didn’t miss anything
 

This question makes no sense. DTML=server-side, JS=browser-side.

- -aj
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkm8uHkACgkQCJIWIbr9KYwudQCgsmSmyVr+DKWqktqIvjc6ALxU
43gAn1vIRNVATDnu4U7kNK3KsPYWTMI2
=speP
-END PGP SIGNATURE-
begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd.  Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:i...@zopyx.com
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] calling javascript method from dtml method

2009-03-15 Thread Josh Burvill
Just put a dtml-var x

where x is a dtml document with your javascript in it.

Even though it should be in the header it still seems to work



2009/3/15 Dvir Bar-lev dvi...@puresight.com

  Hi



 Is there any way to call a javascript method from a dtml method somewhere
 in the body of it?

 The method cam be in a different js file which is preferable or in the dtml
 method if there is no other way, from what I found on the web it looks like
 I can’t but I want to make sure that I didn’t miss anything

 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )