You might try this:<br>drupal_set_html_head(&quot;&lt;script src=&#39;<a href="http://example.com/test.js">http://example.com/test.js</a>&#39; type=&#39;text/javascript&#39;&gt;&lt;/script&gt;&quot;);<br><br><br><br><div class="gmail_quote">
On Jan 23, 2008 3:10 AM, Alex Moreno &lt;<a href="mailto:al3xmor3no@gmail.com">al3xmor3no@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks a lot for your answers. I´ve tested this:<br><br>hook_init(&quot;&lt;script&gt;&lt;/script&gt;&quot;);<br><br>and the drupal_add_js, but i don´t need to just insert a library but<br>also insert some pieces of code to force the execution when the page
<br>is loading and inserting some params from the drupal database.<br>Someting like this:<br><br>print &#39;&lt;script type=text/javascript&gt;function mainload(){mostrar(&#39; .<br>$latitude . &#39;,&#39; . $longitude . &#39;,&quot;&#39; .$msg.&#39;&quot;);}&lt;/script&gt;&#39;;
<br><div><div></div><div class="Wj3C7c"><br><br><br><br>On 22/01/2008, Tao Starbow &lt;<a href="mailto:starbow@citris-uc.org">starbow@citris-uc.org</a>&gt; wrote:<br>&gt; You can use hook_init, but you need to check if you are serving a cached
<br>&gt; page or not. Just check for the existence of some function that will<br>&gt; only be there on a full bootstrap. &nbsp;I am assuming you are talking about<br>&gt; Drupal 5. In Drupal 6 you don&#39;t need to do the check &nbsp;(and, last time I
<br>&gt; tested, drupal_add_js wasn&#39;t working in hook_footer in Drupal 6).<br>&gt;<br>&gt; cheers,<br>&gt; -tao<br>&gt;<br>&gt; Alex Moreno wrote:<br>&gt; &gt; Hi everybody,<br>&gt; &gt;<br>&gt; &gt; i´m trying to insert a javascript line from a custom module. I´ve seen
<br>&gt; &gt; the hook_footer module and it does exactly what i need but not in the<br>&gt; &gt; header section as i need.<br>&gt; &gt;<br>&gt; &gt; a link t some code should be a great help.<br>&gt; &gt;<br>&gt; &gt; thanks a lot in advance.
<br>&gt; &gt;<br>&gt;<br><br><br></div></div><font color="#888888">--<br>Alejandro Moreno López<br>Publicidad en Buscadores y Marketing Online<br><a href="http://www.tdo.es" target="_blank">http://www.tdo.es</a><br></font>
</blockquote></div><br>