Hi,

Won't it help to have an onClick event with just a
<$("#dialog").dialog("close");>?
Because even if the WebForm1.aspx is a page on its own, it's still loaded
into the current page and the same js components still exist.
Kind regars
On Sat, Dec 27, 2008 at 8:56 AM, jQDeveloper <[email protected]> wrote:

>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to