Wanted to use JQuery popup across frames. Tiles definatin <frameset > <html:frame marginheight="0" marginwidth="0" page="<%=headerJsp%>" frameName="header" title="Header" scrolling="no" frameborder="no" noresize="true"/> <html:frame marginheight="0" marginwidth="0" page="<%=menuJsp%>" frameName="menu" title="Menu" scrolling="no" frameborder="no" noresize="true"/> <frameset cols="35%,*" framespacing="0" frameborder="yes"> <html:frame page="<%=leftFrameJsp%>" frameName="frLeft" styleId="frLeft" title="Tree" scrolling="auto" marginheight="0" marginwidth="0"/> <html:frame page="<%=rightFrameJsp%>" frameName="frRight" styleId="frRight" title="Body" scrolling="auto" marginheight="0" marginwidth="0" /> </frameset> </frameset>
<definition name="x.y.z" path="/jsp/templates/template.jsp"> <put name="header" value="/jsp/tiles/header.jsp"/> <put name="menu" value="/jsp/tiles/menu.jsp"/> </definition> <definition name="l.m" extends="x.y.z"> <put name="title" value="title"/> <put name="header" value="/jsp/tiles/header.jsp"/> <put name="menu" value="/jsp/tiles/menu.jsp"/> <put name="lframe" value="/jsp/leftframe.jsp"/> <put name="rframe" value="/jsp/rframe.jsp"/> </definition> 1.I am using tiles framwork of struts 2.In leftframe.jsp <div id="popup" style="display: none;"></div> <div id="window" style="display: none;"> some content </div> 1st--How will i get the popup at the center(It is comming over left frame and fading in the leftframe only If i drag it also the lframe only getting expanded with scroll a bar.) 2nd--How can i fade in all the frame and get the pop up at the center and chould be draggable anywhere. Waiting for a response. Thanks -- View this message in context: http://struts.1045723.n5.nabble.com/Wanted-to-use-popup-across-struts-tiles-frames-tp4589575p4589575.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org