[Php-it] [OT] Ajax non va

Andrea Colanicchia andrea.colanicchia at gmail.com
Mon Jun 19 18:21:27 CEST 2006


On 6/19/06, WaKKa [wakkas.altervista.org] <wakkas at email.it> wrote:
>
> La richiamo con <a onclick="javascript:caricaTesto()" href="#">


 Sugli eventi non devi mettere "javascript:".

<a onclick="caricaTesto()" href="#">

Se lo vuoi mettere allora lo devi usare nell'href:

<a href="javascript:caricaTesto()">

Ciao, Andrea.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ziobudda.net/pipermail/php-it/attachments/20060619/8bcd4101/attachment.htm


More information about the Php-it mailing list