help me please!! can you help me please? I try a Javascript code in zope server to implement. But it does not succeed; why does it?is it possible to make that? how? I have the Javascript code as "javascript.js" stored as dtml file.und to call this have I dtml_dokument produced where I ve wrote this: <SCRIPT LANGUAGE=JavaScript> if(document.getElementById) document.write('<DIV class=poppervert id=topdeckvert></DIV>'); </SCRIPT> <SCRIPT LANGUAGE="JavaScript" SRC="javascript.js"></SCRIPT> then I make a clik on "view",nothing appears !why? can you maybe suggest how to do it? sorry but my englich is so bad! thank you very much
On Sun, 2003-09-21 at 04:17, moge_max wrote:
then I make a clik on "view",nothing appears !why? can you maybe suggest how to do it?
It might be working fine, actually. An HTML document that consists of nothing other than <div class=poppervert id=topdeckvert></div> *should* render as a blank screen. Check the source of what you're getting from Zope. My guess is that Zope is working but your content is not producing the results you expect. HTH, Dyaln
participants (2)
-
Dylan Reinhardt -
moge_max