Forum Moderators: open
function scrollup() { var H = Document.Frames(0).Document.All.H; if (H.value == "1") { H.value = "0"; scroll(0,0); } } </script>
H is from an iframe.
The problem is :
Document undefined
var H = document.frames(0).document.all.H;
How did you get it to work?