You may try to log your string after the creation of the div :<br><br>&nbsp; &lt;body&gt;<br> &nbsp; &nbsp;&lt;div id=&quot;log-panel&quot;&gt;Logging Example&lt;/div&gt;<br> &nbsp;&nbsp; &lt;script&gt;<br> &nbsp; &nbsp; &nbsp;logger.info('test');<br> &nbsp; &nbsp;&lt;/script&gt;
<br> &nbsp;&lt;/body&gt;<br><br><div><span class="gmail_quote">On 12/22/05, <b class="gmail_sendername">Maninder, Singh</b> &lt;<a href="mailto:mandiv@corp.untd.com">mandiv@corp.untd.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Justin,<br><br>1. What all files do we need to include to get this logger to work?<br>2. What enhancements are you planning?<br>3. Do you, in the future, plan on extending the class to log info to the server using xmlhttp?
<br><br>Following is the code I tried to use but it didn't work.<br>Gives me a js error.<br><br>&lt;html&gt;<br><br>&nbsp;&nbsp;&lt;head&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;title&gt;Logging&lt;/title&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;script src=prototype.js language=javascript&gt;&lt;/script&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;script src=scriptaculous.js language=javascript&gt;&lt;/script&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;script src=logger.js language=javascript&gt;&lt;/script&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;script&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;logger.info('test');<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/script&gt;
<br>&nbsp;&nbsp;&lt;/head&gt;<br><br>&nbsp;&nbsp;&lt;body&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;div id=&quot;log-panel&quot;&gt;Logging Example&lt;/div&gt;<br>&nbsp;&nbsp;&lt;/body&gt;<br><br>&lt;/html&gt;<br><br>Can you please help.<br><br>Thank you,<br>Mandy.<br>_______________________________________________
<br>Rails-spinoffs mailing list<br><a href="mailto:Rails-spinoffs@lists.rubyonrails.org">Rails-spinoffs@lists.rubyonrails.org</a><br><a href="http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs">http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
</a><br></blockquote></div><br>