This is a migrated thread and some comments may be shown as answers.

RAD window

2 Answers 39 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Azees
Top achievements
Rank 1
Azees asked on 29 Sep 2008, 06:00 AM
i am using rad window my web application....

how to i close this window....

when i press close button tht window will be close..

how to i write java script for this one

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 29 Sep 2008, 07:57 AM
Hi Azees,

Try out the following code snippet to achieve the desired scenario.

JS:
function closeWindow()  
{     
  var oWnd = $find("<%= RadWindow1.ClientID %>");     
  oWnd.close();   
}    

 RadWindow1 is the ID of your RadWindow.

Thanks
Princy.
0
Rajani
Top achievements
Rank 1
answered on 29 Sep 2008, 11:22 AM
sd
Tags
General Discussions
Asked by
Azees
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Rajani
Top achievements
Rank 1
Share this question
or