Hi everybody-
I'm trying to figured out how to scroll an I-Frame from the main document...
I have this snippet below, but I can't figured out how to address the I-Frame...
<script language="JavaScript" type="text/javascript">
<!--
function scrolldown(){
for (I=1; I<=500; I++){
parent.scroll(1,I)
}
}
function scrollup(){
for (I=500; I>=1; I--){
parent.scroll(-1,I)
}
}
//-->
</script>
Thanks in advance
Placido
I'm trying to figured out how to scroll an I-Frame from the main document...
I have this snippet below, but I can't figured out how to address the I-Frame...
<script language="JavaScript" type="text/javascript">
<!--
function scrolldown(){
for (I=1; I<=500; I++){
parent.scroll(1,I)
}
}
function scrollup(){
for (I=500; I>=1; I--){
parent.scroll(-1,I)
}
}
//-->
</script>
Thanks in advance
Placido