From: mg on
Errore: uncaught exception: Permesso negato per ottenere la propriet�
HTMLDivElement.parentNode

qualcuno puo' rispondermi in italiano?????
grazie

From: ASM on
mg a �crit :
> Errore: uncaught exception: Permesso negato per ottenere la propriet�
> HTMLDivElement.parentNode
>
> qualcuno puo' rispondermi in italiano?????

No parla italiano, ma :
<http://tools.search.yahoo.com/language/translation/translate.php?lp=fr_it>

> grazie

Soit HTMLDivElement n'existe pas,
soit HTMLDivElement n'a pas de parentNode,
soit m�me l'attribut demand� de HTMLDivElement.parentNode n'existe pas

Sia HTMLDivElement non esiste,
sia HTMLDivElement non ha parentNode ,
sia anche attributi richiesti di HTMLDivElement.parentNode non esiste

Either HTMLDivElement does not exist,
or HTMLDivElement does not have a parentNode ,
or even the required attribute of HTMLDivElement.parentNode does not exist

<a href="#" onclick="
if(HTMLDivElement) {
alert('HTMLDivElement ok');
}
else {
alert ('no HTMLDivElement');
return null;
}
if(HTMLDivElement.parentNode) {
alert('HTMLDivElement.parentNode = ok')
}
else {
alert('no HTMLDivElement.parentNode');
return null;
}
if(HTMLDivElement.parentNode.tagName) {
alert('HTMLDivElement.parentNode.tagName = '+
HTMLDivElement.parentNode.tagName);
}
else alert('no HTMLDivElement.parentNode.tagName');
return false;
"> verif HTMLDivElement.parentNode </a>

--
Stephane Moriaux et son (moins) vieux Mac d�j� d�pass�
Stephane Moriaux and his (less) old Mac already out of date