Hi,
Never tried it before, but why don't you try an iframe as content of
the dialog?? Something like
$("#dialog").html("<iframe src='a.aspx' frameborder='0' height='100%'
width='100%' />");
$("#dialog").dialog({ modal: true });
$("#dialog").dialog('open');
Hope it helps!!
On Oct 23, 11:39 am, Topflysecurity <[email protected]> wrote:
> hi.
>
> before i get into this i wonder if this is possible. i want to do a
> dialog where i open a .aspx page and while the dialog is open i want
> to be able to use buttons e.i i do some server side functionality.
> this cause a postback so can it be done without that the dialog
> close..
>
> i would like it to be the jquery ui dialog cause i use it through my
> page..
> any tips and suggestions how to achive this is welcome..
>
> thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---