var msgWinObj = document.createElement("div");
msgWinObj.id = 'msgwin';
msgWinObj.style.display = 'none';
msgWinObj.style.position = 'absolute';
msgWinObj.style.zIndex = '100000';
$('append_parent').appendChild(msgWinObj);
如何让在这个层里创建一个fame?