Using SimpleModal, you can do something like: $.get("page.jsp", function(data) { $.modal(data); });
On Dec 9, 9:50 am, Bhavin <[EMAIL PROTECTED]> wrote: > Hi, > > I want to show JSP as a dialog using dialog plugin. I dont prefer to > keep <div> elements in the page and show the dialog because user can > see all hidden divs using View Source. Can I pass URL in dialog() and > show the JSP as a modal window using JQuery? > > Thanks, > Bhavin