i thought using meta tag like:
<meta http-equiv="pragma" content="no-cache">
would automatically refresh page according http://www.4guysfromrolla.com/webtech/111500-1.shtml
however page not refreshing!
what doing dynamically loading checkboxes onto screen database table has active column whether have checked, , furthermore onclick event handler takes action client side (shows in div tag active ones). when click submit button action directs (classic) asp page , saves changes (active state) server side however, when click button in browser server side code must called dynamic setup of checkboxes has correct state client side called when toggle checkbox not same value left rather value when page first loaded thought automatically refresh page way go having no cache. guess not ie friendly or doing wrong.
please not ask url internal website. how of code need me send you?
the screen shot below has non hover , hover state joined 1 picture after click button. explain situation, top image shows 1 active recipient. bottom image shows 2. process is: select recipient after having one. click submit button. saves second recipient database. click button on browser. active recipients list still shows 1 user. if enter edit mode (hover on green label) shows 2 recipients.
how can be? both active (non-hover) , full list loaded server side!
i read thru lot of posts here on stack overflow on similar topic talked detecting button, didn't particular want make complicated first timer code looked complicated however, reminded of fact @davenorm mentioned calling document.refresh() decided call own client-side function work update active state in onload event , worked, go that.