Posts

Showing posts with the label Postback

Modal Window redraws itself on postback

This is a known issue with IE 7/8, that a window opened using window.showModalDialog redraws itself upon postback. The solution to this problem is that the following statement be added to the <head> tag of the page: <base target = "_self" /> This should do the trick.