<div>Hi, thank you Andreas for replying</div>
<div>&nbsp;</div>
<div>Well I will try to explain the matter in details.</div>
<div>&nbsp;</div>
<div>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 &gt;&gt; FILE)into the same folder, when I execute it, DropDownMenu displays&nbsp;an emply page. Outside zope&nbsp;it executes normally and displays a menu.
<br>&nbsp;</div>
<div>Here is the code of the DropDownMenu :</div>
<div><br>[code]</div>
<div>
<p>&lt;html&gt;<br>&lt;head&gt;<br>&lt;/head&gt;<br>&lt;body bgcolor=&quot;gray&quot;&gt;</p>
<p>&lt;script type=&#39;text/javascript&#39;&gt;</p>
<p>function Go(){return}</p>
<p>&lt;/script&gt;<br>&lt;script type=&#39;text/javascript&#39; src=&#39;exmplmenu2_var.js&#39;&gt;&lt;/script&gt;<br>&lt;script type=&#39;text/javascript&#39; src=&#39;menu_com.js&#39;&gt;&lt;/script&gt;<br>&lt;noscript&gt;Votre naviguateur ne supporte pas les scripts&lt;/noscript&gt;
<br>&lt;/body&gt;<br>&lt;/html&gt;</p>[/code]&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks for all</div>
<div><span class="gmail_quote">On 7/17/07, <b class="gmail_sendername">Andreas Jung</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:lists@zopyx.com" target="_blank">lists@zopyx.com</a>&gt; wrote:
</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Javascript has nothing to do with Zope. Javascript is client-side, Zope is<br>sever-side. Your browser will this exactly that content that you put into 
<br>Zope. Your description is far too vague in order give further help.<br><br>-aj<br><br>--On 17. Juli 2007 08:26:37 +0300 Mohammed Tlais &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:m.tlais@gmail.com" target="_blank">
m.tlais@gmail.com</a>&gt; wrote:<br><br>&gt; ---------- Forwarded message ---------- <br>&gt; From: Mohammed Tlais &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:m.tlais@gmail.com" target="_blank">
m.tlais@gmail.com</a>&gt;<br>&gt; Date: Jul 16, 2007 2:36 PM<br>&gt; Subject: does zope support java script<br>&gt; To: <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:zope-request@zope.org" target="_blank">
zope-request@zope.org</a><br>&gt;<br>&gt; Greetings<br>&gt;<br>&gt; I have a web page that contains some java script code, when I add it to<br>&gt; zope, it will not be displayed at all, what should be done to allow java<br>
&gt; scripts in zope?<br>&gt;<br><br><br></blockquote></div><br>