YUI库以弹出模式获取网站内容

时间:2016-11-22 01:23:48

标签: javascript popup yui popupwindow

图书馆:http://yuilibrary.com/

YUI().use('panel', function (Y) {

    var dialog = new Y.Panel({
        contentBox : //Need to get content from external website,
        bodyContent: '',
        width      : 410,
        height     : 500,
        zIndex     : 10,
        centered   : true,
        modal      : false,
        render     : '.example',
        visible    : true,
    });
});

在内容框中,iframe可以正常工作,但除了使用YUI使用iframe之外,还有其他方法可以在弹出模式中呈现网站吗?

0 个答案:

没有答案