Re: [Zope] does zope support java script

2007-07-18 Thread Jonathan
- Original Message - From: Mohammed Tlais [EMAIL PROTECTED] To: Tim Nash [EMAIL PROTECTED] Cc: zope@zope.org Sent: Wednesday, July 18, 2007 1:32 AM Subject: Re: [Zope] does zope support java script Thank you Tim, thank you Andreas, thanks for all. You gave me valuable information

Re: [Zope] does zope support java script

2007-07-17 Thread Mohammed Tlais
Hi, thank you Andreas for replying Well I will try to explain the matter in details. I have an html page called DropDownMenu.html and it calls two js files, these three files (DropDownMenu.html, exmplmenu2_var.js, menu_com.js) are added into Zope (ADD FILE)into the same folder, when I execute

Re: [Zope] does zope support java script

2007-07-17 Thread Andreas Jung
--On 17. Juli 2007 12:26:34 +0300 Mohammed Tlais [EMAIL PROTECTED] wrote: Hi, thank you Andreas for replying Well I will try to explain the matter in details. I have an html page called DropDownMenu.html and it calls two js files, these three files (DropDownMenu.html, exmplmenu2_var.js,

Re: [Zope] does zope support java script

2007-07-17 Thread Tim Nash
Mohammed, yes, firebug is your best friend when doing javascript development! I am wondering if the script call in your html is calling the correct location? I suggest serving javascript from apache. Then you can just make a header dtml page that calls those javascript files. Any zope page

Re: [Zope] does zope support java script

2007-07-17 Thread Mohammed Tlais
Thank you Tim, thank you Andreas, thanks for all. You gave me valuable information. I figured out that the small browser inside ZMI has a problem with javascripts, it can't display them. But, when I visit the URL of the page from IE, the javascripts are executed normally. Am I right that ZMI

Re: [Zope] does zope support java script

2007-07-16 Thread Andreas Jung
Javascript has nothing to do with Zope. Javascript is client-side, Zope is sever-side. Your browser will this exactly that content that you put into Zope. Your description is far too vague in order give further help. -aj --On 17. Juli 2007 08:26:37 +0300 Mohammed Tlais [EMAIL PROTECTED]