What does the MS Ajax Framework use location.hash for?
Posted
by DDaviesBrackett
on Stack Overflow
See other posts from Stack Overflow
or by DDaviesBrackett
Published on 2010-03-24T20:06:02Z
Indexed on
2010/03/24
20:13 UTC
Read the original article
Hit count: 288
I've noticed that the MS ajax framework touches the action of the default form during Sys.Application.initialize
, appending location.hash to it. This is interfering with other code in my app that expects different behaviour.
What does the framework do with that? It refers to the values it puts on the hash as 'state', but how do I find out what it's communicating and from where?
© Stack Overflow or respective owner