`

GWT用frame调用JSP

    博客分类:
  • GWT
 
阅读更多
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);
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics