è possibile fare il submit tramite l'istruzione document.nomeforum.submit() di un form che si trova su un frame diverso rispetto a quello da cui faccio partire lo script?
è possibile fare il submit tramite l'istruzione document.nomeforum.submit() di un form che si trova su un frame diverso rispetto a quello da cui faccio partire lo script?
The gate to tomorrow is not the light of heaven but the darkness in the depth of the earth
certamente.
un metodo è questo
codice:top.nomefarme.nomeform.submit();![]()
mi da un errore, mi dice che "top.nomeframe.nomeform" non è un oggetto
Ovviamente ho sostituito nomeframe e nomeform con rispettivamente il nome del frame e il nome del form![]()
The gate to tomorrow is not the light of heaven but the darkness in the depth of the earth
mi sono scordato il document
codice:top.NomeFrame.document.NomeForm.submit();