[Php-it] [OT] Le basi di Ajax
Cristiano Verondini
cverondini at deis.unibo.it
Fri Jun 16 15:25:05 CEST 2006
Grazie a tutti, l'errore stava nel fatto che sull'evento onclick non ci andava solo cliccato; , ma function(){ cliccato(); return(false); }, altrimenti il browser prima eseguiva l'onclick e poi si collegava direttamente nell'altra pagina.
... onclick='cliccato(); return false;' ...
... onclick='return cliccato() && false;' ...
--
Cristiano Verondini
http://www.verondini.it --- [ICQ: 114 190]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ziobudda.net/pipermail/php-it/attachments/20060616/625775c0/attachment.html
More information about the Php-it
mailing list