Node.js examples for HTML:iframe
Get an empty _content frame.
function getFrame() { return '<iframe src="" id="_content" width="100%" height="100%" />'; };