Thursday, March 22, 2012

modal dialog and trip to server

I have dialog window that uses javascript to return value to main aspx page.

When dialog window needs to be submitted to server, it does open new window with the same URL as modal one.

How do I avoid opening new window, but refresh the modal one instead?

Thank you all.

Слава Труду.One magic line in the <head> takes care of it:

<base target="_self">

0 comments:

Post a Comment