Hi,
I have an aspxbutton contained within a aspxpopup window contained within a callback panel. The aspxbutton has a clientside event that does two things. First it calls a javascript function to open a new window and secondly it calls the callbackpanel to perform a call back. The callback action is to sit and wait for the user to complete actions contained in the new browser window.
Everything works fine when the user does what they are supposed to do BUT if the user closes their browser window [not the new window opened] without first logging off and then logs in again, then only the new window is opened - the callback doesn't fire. Note that the user must perform another callback before reaching the callback that is giving me problems. This intermediate callback works fine in both scenarios.
It's as if my project records that the callback has already fired (and is running) so don't do it again.
Any suggestions?
Glen Harvy.