Hello,
I use the following code to do an Ajaxrequest on a Radwindow close (this code works)
| function OnClientClose() |
| { |
| //use this if RadWindow is used |
| GetRadWindow().BrowserWindow.InitiateAjaxRequest(null); |
| GetRadWindow().Close(); |
| } |
I wonder how to modify this code if this is not the page context of a RadWindow, but a regular page opened with window.open or <a href=... target=_blank> ?
Thanks,
Nicolas