Hi All,
I was trying to replace my window.open() code with the jQuery Dialog
box. Now here is my code:
$(function() {
$("<div id='mydiv'></div>").load("WebForm1.aspx").dialog();
});
WebForm1.aspx has Ok and Cancel buttons. I want to close my Dialog box
when I click on Cancel from WebFrom1.aspx. Can anyone tell me how to
do it.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---