Prev: Exception with xmlHttp.status in mozilla/firefox
Next: change the text of browse button in file upload control
From: mg on 17 Jan 2007 14:26 Errore: uncaught exception: Permesso negato per ottenere la propriet� HTMLDivElement.parentNode qualcuno puo' rispondermi in italiano????? grazie
From: ASM on 17 Jan 2007 19:36
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 |