html - Leaving a asp.net application then hitting back isn't working -


i have asp.net application , experiencing surprising behavior.

whenever leave 1 particular page in application, button starts behaving in following way:

hitting (which should take me offending page) makes current screen flash - if going - reloads current page instead.

it doesn't matter how leave page see effect. if click on link on offending page , hit back, same thing. if on offending page , type in new address in address bar, hit back, same thing. doesn't matter if go page in same application or external application, same thing.

i tried using fiddler see going on, , see when hit back, of external links (css, jquery, etc) reloaded on current site. don't see 320 offending page @ all.

note: disabling active scripts hides symptom.

most external page either tampering browser history (via js) , setting same page last page in history when site being loaded, or has page set between redirects page seeing, , when click loading redirect page again.

try disable javascript , see if still happening. if yes, try analyse first load of page fiddler , see if page redirecting you.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -