The author has 1 post.
Font size: Small - 100% (Default)  Content converter: No conversion
 
Clicks Replies
1222 0
【HTML】文本框显示图片的代码
产品的注销
初入江湖 七级
Reply
Floor 1 Posted at: 1/22/11 15:14
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
</head>
<body>
    <textarea id="t"></textarea>
    <script>
    var img = new Image();
    img.src = "http://static.tieba.baidu.com/tb/editor/images/jd/j_0018.gif";
    document.getElementById("t").appendChild(img);
    </script>
</body>
</html>

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.
(Shortcut key: Ctrl+Enter)
Post Information
Clicks: 1222 Replies: 0
Author: 产品的注销
Last reply: 产品的注销
Last reply time: 1/22/11 15:14
Bar Good Posts
Announcements