반응형

/**

* @param {String} id

*/

function getIframeContent(id)

{

var ifrm = document.getElementById(id);

return ifrm.contentWindow || ifrm.contentDocument;

}



var cont = getIframeContent('bbb');

cont.test();

728x90
반응형

+ Recent posts