473,386 Members | 1,799 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

errore

mg
Errore: uncaught exception: Permesso negato per ottenere la proprietà
HTMLDivElement.parentNode

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

Jan 17 '07 #1
1 2160
ASM
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
Jan 18 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: giancaMI | last post by:
Salve a tutti, la mia configurazione è la seguente: win 2k sp4 dreamweaver MX 2004 MySql ver. 4.1 su pc locale IIS Microsoft installato dunque, dopo avere installato MySql (che funziona...
1
by: Andrea Canegrati | last post by:
Ciao a tutti, devo eseguire una INSERT su un db in remoto...visto che non lo uso frequentemente utilizzo la funzione OPENDATASOURCE invece di linkare il server. Tutto funziona alla perfezione..ma...
1
by: leo | last post by:
all'improvviso quando utilizzo istruzioni tipo: server.mappath("..\db") o nell'include uso il percorso scritto '..\file.inc' ho il seguente errore: Tipo di errore: Server.MapPath(), ASP...
0
by: sast | last post by:
Salve, Ho un database Access (generato con access 2.0 qualche anno fa) che è arrivato a 700 Mb. Ieri inserendo una immagine JPG con OLE mi si è piantato. Da allora se lo rilancio ottengo: "il...
0
by: Giuseppe Esposito | last post by:
"The state information is invalid for this page and might be corrupted" Non è che non abbia già cercato... ma è che tutto quello che è venuto fuori dalla ricerca non è stato utile. Succede...
0
by: and251076 | last post by:
Buongiorno, da pochi giorno ho installato la versione 2005 di Visual Studio, ma ahi mè non funziona tutto perfettamente. Infatti non riesco ad eseguite le miei applicazioni web in localhost. Se...
5
by: ra7l | last post by:
Hi All .. First Thanks to All For Help Me .. ok ..This Code it Move Train but one errore small.. Where Correct Cods Thanks All .. :)
5
by: alivip | last post by:
How can I get every Token (word) and PreviousToken(Previous word) From multube files and frequency of each two word my code is trying to get all single word and double word (every Token (word) and...
1
by: michele.binetti | last post by:
Ciao a tutti, accedendo, per la prima volta, ad una pagina contenuta in un iframe non ho problemi. se riaccedo alla stessa, per la seconda volta, Internet Explorer mi da questa segnalazione:...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.