GWT用frame调用JSP

时间:2014-03-13 08:21:02   收藏:0   阅读:455

Frame htmlFrame = new Frame("../OurHome/modules/core/mainIndex.jsp?merchantId="+merchantId+"&columnId="+columnId);
htmlFrame.removeStyleName(htmlFrame.getStyleName());
 DOM.setElementPropertyInt(htmlFrame.getElement(), "frameBorder", 0);
 htmlFrame.setSize("100%", "100%");
 container.add(htmlFrame); 

GWT用frame调用JSP,布布扣,bubuko.com

原文:http://www.cnblogs.com/zhwl/p/3596199.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!