When executing form the script is collapsing all fields but page is scrolled down when loaded in <iframe> tag. I've tried javascript onClick="movepage();" and:
<SCRIPT ="text/javascript">
function movepage()
{
window.location.href = "#top";
}
</script>
but page stays at the end of iframe/form
What can I do?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When executing form the script is collapsing all fields but page is scrolled down when loaded in <iframe> tag. I've tried javascript onClick="movepage();" and:
<SCRIPT ="text/javascript">
function movepage()
{
window.location.href = "#top";
}
</script>
but page stays at the end of iframe/form
What can I do?
were you not able to find the "help" forums? Or were you looking forward to a debate on javascript?