jquery 新浪网易的评论块制作(2)


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Untitled Page</title>
<script type="text/javascript" language="javascript">

function xx()
{
window.frames["iframe1"].document.designMode='on';
}
function xxx()
{
window.frames["iframe1"].document.getElementById("xxx").innerHTML+='<img title="顶" alt="顶" src="https://www.jb51.net/upload/201007/20100701165022953.gif" _moz_dirty="">';
}

function openTab()
{
var newwindow = window.open("tab.htm",'_blank', toolbars=0,resizable=1);
newwindow.focus();
}
function InsertEmotion(content)
{
document.getElementById("TextArea1").value+=content;
window.frames["iframe1"].document.getElementById("xxx").innerHTML+='<img title="顶" alt="顶" src="'https://www.jb51.net/+content+'" _moz_dirty="">';
}
</script>
</head>
<body>
<iframe frameborder="0" src="https://www.jb51.net/HTMLPage1.htm"></iframe>

<div>
<textarea cols="20" rows="2"></textarea>
<input type="button" value="提交" />
<!-- <input type="button" value="button" />-->
<input type="button" value="选择表情" />
</div>
</body>
</html>


复制代码 代码如下:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wdxfjj.html