[development] insert a javascript header

Tao Starbow starbow at citris-uc.org
Wed Jan 23 17:49:54 UTC 2008


Hmm, I don't think you are grokking the hook system. Anyway, the command 
you want is drupal_add_js ("function ...", 'inline');

Alex Moreno 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.
>>>
>>>       
>
>
>   


More information about the development mailing list