Hello folks
I tried to use your code for ScrollBackposition in Chrome but gives an error in this statement. Identifier expected. Does scrollY needs to be defined as a HTML tag. If so let me know.
var scrollY = parseInt('<%=Request.Form["scrollY"] %>');
Hi,
Please replace below code.
with
var scrollY = parseInt('<%=Request.Form("scrollY") %>');
I hope this will help you out.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.