GWT用frame调用JSP

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);

上一篇:【Python 基础】读取系统当前时间例子


下一篇:FG面经Prepare: BST to Double LinkedList