Angus Logan

MCMS/SPS/.NET/SQL/Microsoft Australia

How to do Postbacks in Modal Dialog Boxes (without spawning a new window)

I know this is a few steps down the intellectual ladder from my normal witty & smart posts but what the hell.

I thought it was common knowledge on how to do postbacks in Modal Dialog boxes without spawning a new window but I guess it isn't.

Its easy! All you need to do as add the tag:

<base target="_self" >

to the <head></head> section of your HTML page and WOW ! No new window.