Wanted to use popup across frames. 
  
Tiles defination:





  





 





<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"/> 
 
<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" /> 
        


  
1.I am using tiles framwork of struts 
2.In leftframe.jsp   



some content 


  

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 within
the leftframe.) 
2nd--How can i fade in/fade out all the frame and get the pop up at the
center and chould be draggable anywhere not for only the frame from which
initiated. 
  


--
View this message in context: 
http://struts.1045723.n5.nabble.com/Wanted-to-use-popup-across-frames-tp4598622p4598622.html
Sent from the Struts - User mailing list archive at Nabble.com.

Reply via email to