<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). 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. <br><br>function writeSomethingToAnElement(id, text) {<br> var e = document.getElementById(id);<br> id.appendChild(document.createTextNode(text));<br>}<br><br>That also tends to cause few memory leaks and has greater cross-browser compatibility. 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 <swoatley@gmail.com><br>To: geomoose-users <Geomoose-users@lists.sourceforge.net><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><script type="text/javascript"><br> document.write
("test");<br></script><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>