Get an empty _content frame. - Node.js HTML

Node.js examples for HTML:iframe

Description

Get an empty _content frame.

Demo Code


function getFrame() {
    return '<iframe src="" id="_content" width="100%" height="100%" />';
};

Related Tutorials