<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>
<P><FONT face=Arial size=2>I tried to add javascript to query templates. But it
stops working by even declaring to use javascript. </FONT></P>
<P><FONT face=Arial>As in the following example:</FONT></P>
<P><FONT face=Arial size=2></FONT> </P>
<P><FONT face=Arial size=2>-----Header.html-------</FONT></P>
<P><html></P>
<P><head></head></P>
<P><body></P>
<P><script language = "javascript"> //* after adding this statement,
the result page becomes empty</P>
<P><FONT face=Arial size=2>document.write("Just hello"); //* this does not
work neither...</FONT></P>
<P><FONT face=Arial></FONT> </P>
<P><FONT face=Arial size=2>----Template.html-------</FONT></P><FONT size=2>
<P><tr><td>[LABEL]</td><tr></P>
<P><FONT face=Arial size=2></FONT> </P></FONT>
<P><FONT face=Arial size=2>----Footer.html------</FONT></P><FONT size=2>
<P></script></P>
<P></body></P>
<P><FONT face=Arial size=2></FONT> </P>
<P><FONT face=Arial size=2>It returns the query results correctly if the *
statements are not inserted. But after adding the * statements, the result page
becomes blank. </FONT></P>
<P><FONT face=Arial size=2>Can anyone give a hint?</FONT></P>
<P><FONT face=Arial></FONT> </P>
<P><FONT face=Arial>Thanks,</FONT></P>
<P><FONT face=Arial>Xiaopeng</FONT></P>
<P><FONT face=Arial></FONT> </P>
<P><FONT face=Arial></FONT> </P></FONT></FONT></DIV></BODY></HTML>