questa clausula if:
Mi funziona con InterDet Explorer, ma con Opera mi da problemi (dice che non trova la locazione... esattamentecodice:if (document.frameclienti.form1.figliodi.value.length == 6) {
[quote]At unknown location[/quite]
come mai?![]()
questa clausula if:
Mi funziona con InterDet Explorer, ma con Opera mi da problemi (dice che non trova la locazione... esattamentecodice:if (document.frameclienti.form1.figliodi.value.length == 6) {
[quote]At unknown location[/quite]
come mai?![]()
Lasciate vivere!
Primi esperimenti italiani di 3d autorispondenti:
http://forum.html.it/forum/showthrea...hreadid=719230
http://forum.html.it/forum/showthrea...hreadid=735278
http://forum.html.it/forum/showthrea...postid=6758372
prova cosi':
ciaocodice:if (document.getElementById('idiframe').window.document.form1.figliodi.value.length == 6) {
Niente, mi da l'erroreOriginariamente inviato da var
prova cosi':
ciaocodice:if (document.getElementById('idiframe').window.document.form1.figliodi.value.length == 6) {
sia in opera che explorerStatement on line 5: Could not convert undefined or null to objec
Lasciate vivere!
Primi esperimenti italiani di 3d autorispondenti:
http://forum.html.it/forum/showthrea...hreadid=719230
http://forum.html.it/forum/showthrea...hreadid=735278
http://forum.html.it/forum/showthrea...postid=6758372
hai associato l'id 'idiframe' all'iframe?
Gli ho dato l'id "frameclientis" el'ho scritto anche nel comando document.getElementById('frameclientis').Originariamente inviato da var
hai associato l'id 'idiframe' all'iframe?
Lasciate vivere!
Primi esperimenti italiani di 3d autorispondenti:
http://forum.html.it/forum/showthrea...hreadid=719230
http://forum.html.it/forum/showthrea...hreadid=735278
http://forum.html.it/forum/showthrea...postid=6758372
quando si accede ad un iframe tramite l' id
document.getElementById('idiframe')
l' oggetto window in questione non e' window, ma contentWindow, quindi
if
e dovrebbe funzionare in tutti i browser aderenti agli standardcodice:(document.getElementById('idiframe').contentWindow.document.form1.figliodi.value.length == 6) {
ciao
PerfeeeeettoOriginariamente inviato da Xinod
quando si accede ad un iframe tramite l' id
document.getElementById('idiframe')
l' oggetto window in questione non e' window, ma contentWindow, quindi
if
e dovrebbe funzionare in tutti i browser aderenti agli standardcodice:(document.getElementById('idiframe').contentWindow.document.form1.figliodi.value.length == 6) {
ciao
Grazie![]()
Lasciate vivere!
Primi esperimenti italiani di 3d autorispondenti:
http://forum.html.it/forum/showthrea...hreadid=719230
http://forum.html.it/forum/showthrea...hreadid=735278
http://forum.html.it/forum/showthrea...postid=6758372