I tried to add _javascript_ to query templates. But it stops working by even declaring to use _javascript_.

As in the following example:

 

-----Header.html-------

<html>

<head></head>

<body>

<script language = "_javascript_">  //* after adding this statement, the result page becomes empty

document.write("Just hello");  //* this does not work neither...

 

----Template.html-------

<tr><td>[LABEL]</td><tr>

 

----Footer.html------

</script>

</body>

 

It returns the query results correctly if the * statements are not inserted. But after adding the * statements, the result page becomes blank.

Can anyone give a hint?

 

Thanks,

Xiaopeng

 

 

Reply via email to