hs.forceAjaxReload
IE-specific option to force Ajax-loaded content to be reloaded from the server on each popup opening
In Internet Explorer, XMLHttp content loaded by GET is cached the first time. So if you are trying to load a dynamic page on the server, you need a way to come around this. Using POST is one option, but some servers don't allow it for security options. Another option, which is used internally in Highslide, is to append a dummy variable to the request. The forceAjaxReload option is false by default because some applications can't handle the dummy variables.
Details
Requires |
ajax |
Type |
boolean |
Default value |
false |
Overrideable inline |
No |
See also