<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">Support for this kind of stuff will be better in 1.2 (actually it's A LOT better).&nbsp; But, again, we're waiting on some testing before we stamp out another release.<br><br>As a bit of an aside... using the document.write() functionality has been really depreciated in favor of the DOM equivalent.&nbsp; <br><br>function writeSomethingToAnElement(id, text) {<br>&nbsp;&nbsp;&nbsp; var e = document.getElementById(id);<br>&nbsp;&nbsp;&nbsp; id.appendChild(document.createTextNode(text));<br>}<br><br>That also tends to cause few memory leaks and has greater cross-browser compatibility.&nbsp; Some browsers will re-act differently depending on how they've implemented "write()".<br><br><div style="font-family: times new roman,new
 york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Scott Oatley &lt;swoatley@gmail.com&gt;<br>To: geomoose-users &lt;Geomoose-users@lists.sourceforge.net&gt;<br>Sent: Monday, January 7, 2008 8:09:47 AM<br>Subject: [Geomoose-users] javascript in template html<br><br>
Hi Folks,<br><br>I was experimenting with getting simple javascript code in the header/template/footer html for a search or identify. Is this possible?<br><br>&lt;script type="text/javascript"&gt;<br>&nbsp; document.write
("test");<br>&lt;/script&gt;<br><br>Stuff like this is ignored. Where is the html for searches and identifies interpreted?<br><br>-Scott<br><br>
</div><br></div></div><br>
      <hr size=1>Looking for last minute shopping deals? <a href="http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping"> 
Find them fast with Yahoo! Search.</a></body></html>