fcab
07-04-2003, 06:04 AM
Hi,
I wrote this script as a test. I am trying this with two frames using the “parent.frame_name_here” when the top frame is finish loading it start the test script in the bottom frame. I have tried this in NS 4.8, Mozilla , IE 6.0 and Opera 7.03 it worked fine. The test did not work in NS 6.2. The two frames are in https SSL mode.
The mane index page is not in SSL mode. Is there a way to get this test script to work in NS 6.2?
//This is the top frame
<body onload="start()">
<script >
function start()
{
setTimeout("parent.I2.testing()",1000)
}
</script>
//This is the bottom frame
<script>
function testing()
{
var x="this is a test!"
alert(x)
}
</script>
The URL of the test script
http://bigcpc.com/top :confused:
I wrote this script as a test. I am trying this with two frames using the “parent.frame_name_here” when the top frame is finish loading it start the test script in the bottom frame. I have tried this in NS 4.8, Mozilla , IE 6.0 and Opera 7.03 it worked fine. The test did not work in NS 6.2. The two frames are in https SSL mode.
The mane index page is not in SSL mode. Is there a way to get this test script to work in NS 6.2?
//This is the top frame
<body onload="start()">
<script >
function start()
{
setTimeout("parent.I2.testing()",1000)
}
</script>
//This is the bottom frame
<script>
function testing()
{
var x="this is a test!"
alert(x)
}
</script>
The URL of the test script
http://bigcpc.com/top :confused: