Sto cercando uno script molto semplice, ma non posso eseguire JavaScript Ho dimenticato qualcosa nel chronoform configurazione (ho disattivato il plugin jquery ma non funziona lo stesso) qualcuno può aiutarmi a capire! Con la versione per Joomla 1.0 non ho mai avuto alcun problema! Grazie
I'm trying a very simple script but I can not run javascript I forgot something in the configuration chronoform (I disabled the plugin but jquery does not work the same) can anyone help me understand! With the version for joomla 1.0 I never had any problem! Thanks
html
javascript
I'm trying a very simple script but I can not run javascript I forgot something in the configuration chronoform (I disabled the plugin but jquery does not work the same) can anyone help me understand! With the version for joomla 1.0 I never had any problem! Thanks
html
<a href="javascript:visualizza('quote')">
<img src=../images/sel+.gif border="0" src="../images/sel-.gif" width="14" height="13" alt="ESPANDI"> </ a> </ td> </ div>
javascript
funzione visualizza (id) (
if (document.getElementById) (
if (document.getElementById (id). style.display == 'none') (
document.getElementById (id). style.display = 'block';
Else ()
document.getElementById (id). style.display = 'none';
)
)
)