cw wrote:
>>why?
>>
>That depends on the code, need to see that to figure out where the problem
>is.
>
THE FILE THAT LOAD THE FRAMES IS:
<html>
<frameset ROWS="*,*">
<frame src="http://172.26.1.189/signed/inserisci-e-vedi.html"
name="framevariabi
le">
<frame src="http://172.26.1.189/signed/dati.html" name="framefisso">
</frameset>
</html>
THE FILE INSERISCI-E-VEDI IS:
<html>
<body>
<script>
function f11()
{
document.form0.criptato.value=document.ap.cripta_campo(document.form0.criptato.v
alue,parent.framefisso.form0.username.value,parent.framefisso.form0.pass.value);
if(document.form0.criptato.value=="ERRORE")
{
alert("Attenzione, si � verificato un errore durante la
criptazione. Contro
llare la passphrase.");
return false;
}
return true;
}
</script>
<form method="get" action="prova1.php" onSubmit="return f11()" name="form0">
<p>Write html:<textarea name="criptato" rows="7" cols="40"></textarea>
<input type="submit" value="Inserisci">
</form>
<applet code="cripta" name="ap" archive="scripta.jar" width=0 height=0>
</body>
</html>
THE FILE DATI.HTML IS:
<html>
<body>
<form method="" action="" name="form0">
<p> USERNAME: <input type="" value="default" name="username">
<p> PASSPHRASE: <input type="password" value="" name="pass">
</form>
</body>
</html>
This is all the code. This code run:
-the javascript that use parent run fine on Netscape 4 but doesn't run
on Netscape 6 or
Mozilla. But the java plugin 1.3 doesn't run fine on Netscape 4 so i
can't use this release.
-All run fine on Explorer.
-The java plugin run fine on Netscape 6 and Mozilla but on this release
doesn't run the
javascript that use parent.
Thank you for any help and Best Regards.
FM