alright... I'm on my knees:S
I am trying to use a craplet to scroll the content of an iframe 92 px at a time... this is what I got:
<!-- Begin
function scrollit() {
for (I=0; I<=92; I++){
this.scroll(0,I)
}
}
// End -->
How does this need to be modified? [i:d6e62eb042]Can[/i:d6e62eb042] this be modified??
what i got only crolls from position '0' to '92'! What do I need to do to make it move from 0 to 92... and then from 92 to 184.. 184 to 276 and so on?
basically go from one position to the other - both up AND down...
does this make sense? I am not a coder you see...
Help me someone, pleeeaaase....
__________________...