<!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>&nbsp;</P>
<P><FONT face=Arial size=2>-----Header.html-------</FONT></P>
<P>&lt;html&gt;</P>
<P>&lt;head&gt;&lt;/head&gt;</P>
<P>&lt;body&gt;</P>
<P>&lt;script language = "javascript"&gt;&nbsp; //* after adding this statement, 
the result page becomes empty</P>
<P><FONT face=Arial size=2>document.write("Just hello");&nbsp; //* this does not 
work neither...</FONT></P>
<P><FONT face=Arial></FONT>&nbsp;</P>
<P><FONT face=Arial size=2>----Template.html-------</FONT></P><FONT size=2>
<P>&lt;tr&gt;&lt;td&gt;[LABEL]&lt;/td&gt;&lt;tr&gt;</P>
<P><FONT face=Arial size=2></FONT>&nbsp;</P></FONT>
<P><FONT face=Arial size=2>----Footer.html------</FONT></P><FONT size=2>
<P>&lt;/script&gt;</P>
<P>&lt;/body&gt;</P>
<P><FONT face=Arial size=2></FONT>&nbsp;</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>&nbsp;</P>
<P><FONT face=Arial>Thanks,</FONT></P>
<P><FONT face=Arial>Xiaopeng</FONT></P>
<P><FONT face=Arial></FONT>&nbsp;</P>
<P><FONT face=Arial></FONT>&nbsp;</P></FONT></FONT></DIV></BODY></HTML>