[development] insert a javascript header

Xiaodan "Daniel" Zhou danithaca at gmail.com
Wed Jan 23 16:36:13 UTC 2008


You might try this:
drupal_set_html_head("<script src='http://example.com/test.js'
type='text/javascript'></script>");



On Jan 23, 2008 3:10 AM, Alex Moreno <al3xmor3no at gmail.com> wrote:

> Thanks a lot for your answers. I´ve tested this:
>
> hook_init("<script></script>");
>
> and the drupal_add_js, but i don´t need to just insert a library but
> also insert some pieces of code to force the execution when the page
> is loading and inserting some params from the drupal database.
> Someting like this:
>
> print '<script type=text/javascript>function mainload(){mostrar(' .
> $latitude . ',' . $longitude . ',"' .$msg.'");}</script>';
>
>
>
>
> On 22/01/2008, Tao Starbow <starbow at citris-uc.org> wrote:
> > You can use hook_init, but you need to check if you are serving a cached
> > page or not. Just check for the existence of some function that will
> > only be there on a full bootstrap.  I am assuming you are talking about
> > Drupal 5. In Drupal 6 you don't need to do the check  (and, last time I
> > tested, drupal_add_js wasn't working in hook_footer in Drupal 6).
> >
> > cheers,
> > -tao
> >
> > Alex Moreno wrote:
> > > Hi everybody,
> > >
> > > i´m trying to insert a javascript line from a custom module. I´ve seen
> > > the hook_footer module and it does exactly what i need but not in the
> > > header section as i need.
> > >
> > > a link t some code should be a great help.
> > >
> > > thanks a lot in advance.
> > >
> >
>
>
> --
> Alejandro Moreno López
> Publicidad en Buscadores y Marketing Online
> http://www.tdo.es
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/development/attachments/20080123/1f376caa/attachment.htm 


More information about the development mailing list