asp.net - Could II7 be blocking Javascript to maintain scroll position on page refresh? -


i have asp.net application webform has user control set refresh every x seconds using <meta http-equiv="refresh" content="60" />

when run web application on local machine visual studio jscript maintain scroll position works fine. when deploy server , run remote client doesn't work, however, work when run server locally.

is there config on server i'm missing?

rich

edit: after doing little more research on issue, looks problem maybe result of script got http://en.hasheminezhad.com/scrollsaver. others have reported problem script not working on page in root folder, seems case me. i've asked author of script possible solution thru blog. i'll let know find out.

other edit should check security zone web server in.

what happens test locally in local intranet or trusted zone. run against site in internet zone, , things stop working.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -