well, when i do this fucntion:
function scroll(){
window.scroll(0,60)
}
i get a javascript error:
Error: too much recursion
well, what is wrong? what does that mean? how do i fix it?
thanks for any help
function scroll(){
window.scroll(0,60)
}
i get a javascript error:
Error: too much recursion
well, what is wrong? what does that mean? how do i fix it?
thanks for any help

Comment