showModalDialog and ASP .Net
This type of error can get you wound up. I was using showModalDialog to open a new window and return values from a list. Every time I hit OK or Cancel, a new window would be spawned.
Turned out to be a simple fix. Just add the line below into the <HEAD> section of the page being opened.
<base target=_self>
Trackback URI |