Hi,
i have a weird problem concerning a custom-written javascript in a WAD 7.3 Web Template.
I created a script item in the template and added a custom javascript function to it, which task is up and down the page.
My Problem now is, that this javascript is not called to page-down.
Javascript 1: (go to Bottom)
function go_to_bottom()
{
window.location.href="#bottom";
}
Javascript 2 : (go to Top)
function go_to_top()
{
window.location.href="#top";
}
Did anybody face this problem too?
Thanks in advance & chers
Ferdl