[development] insert a javascript header
Alex Moreno
al3xmor3no at gmail.com
Wed Jan 23 08:10:50 UTC 2008
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
More information about the development
mailing list