[Zope-CMF] Running java code from within the CMF

Meilicke, Scott scott.meilicke@intp.com
Tue, 21 Aug 2001 16:13:34 -0700


My first guess is the <script> javascript here </script> has to be between
the <head> </head> tags in your file, which is being usurped by the
standard_html_header.  Try to put the <script> portion in the
standard_html_header, or create a custom header.

Scott

-----Original Message-----
From: Norman Khine [mailto:norman@khine.net]
Sent: Tuesday, August 21, 2001 3:56 PM
To: Zope-CMF
Subject: [Zope-CMF] Running java code from within the CMF


Hello, I have a a java script which builds up an array which is being pulled
from an MySQL db to populate several drop-down lists.

As a dtml method this functions well, but as soon as I add the <dtml-var
standard_html_header> so as to display this form within the CMF environment,
all the java components stop to function.

Is this the case or am I doing something wrong?

Thanx

Norman

zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
zz/********/z/****\zzz|****\*\zz|*******|z
z/^^^^^^^^/z/******\zz|*^^^^|*|z|*|^^^^^|z norman khine
zzzzzz/**/z|**/^^\**|z|*|zzz|*|z|*|zzzzzzz mailto:norman@khine.net
zzzzz/**/zz|*|zzzz|*|z|****/*/zz|*****|zzz purley
z/******/zz|*|zzzz|*|z|*|^^zzzzz|*|^^^|zzz UK
zzZ/**/zzzz|**\^^/**|z|*|zzzzzzz|*|zzzzzzz
zz/******/zz\******/zz|*|zzzzzzz|*|*****|z
z/^^^^^^/zzzz\^^^^/zzz|^|zzzzzzz|^^^^^^^|z
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz



_______________________________________________
Zope-CMF maillist  -  Zope-CMF@zope.org
http://lists.zope.org/mailman/listinfo/zope-cmf

See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
requests