|
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
|
- [UMN_MAPSERVER-USERS] Query template + javascript? Xiaopeng Xiong
- Re: [UMN_MAPSERVER-USERS] Query template + javascri... Richard Greenwood
- Re: [UMN_MAPSERVER-USERS] Query template + javascri... Xiaopeng Xiong
