新微赢技术网
标题:
大家知道这是怎么做的吗?
[打印本页]
作者:
逍遥
时间:
2010-1-17 04:04
标题:
大家知道这是怎么做的吗?
有没谁知道,字体的设置是怎么做的,也就是,这是怎么做,有没具体的档案文件,希望能提供,我的email是xiaohonghui0@163.com!
作者:
冰rose冰
时间:
2010-1-17 04:04
哎,上面的图片怎么显示不了啊,就是文字编辑时,有设置粗体,斜体,超连接之类的!
希望有人能帮下我
作者:
忘记∽所有
时间:
2010-1-17 04:04
楼主你上网查 《编辑器》 有很多例子的
不知道你是不是要编辑器。。。
作者:
淺藍銫dē爱
时间:
2010-1-17 04:04
ewebeditor
楼主在网上搜搜就可以了
作者:
风化雪夜
时间:
2010-1-17 04:04
总之是用JavaScript座的。
<script>
function wfsr(){
em=document.createElement("IMG")
em.src="http://bbs.bc-cn.net/bbs/aaa/asplogo1.gif"
test.appendChild(em)
}
function wfsr2(){
em=document.createElement("A")
em.innerText="bccn"
em.href="http://asp.bc-cn.net"
test.appendChild(em)
}
</script>
<button onclick=wfsr()>inertImg</button><button onclick=wfsr2()>inertLink</button>
<textarea id=test style="width:100%;height:300"></textarea>
<textarea id="ta" onclick="appendme()">click me</textarea>
<SCRIPT LANGUAGE="JavaScript">
<!--
function appendme(){
ta.innerText=""
img = document.createElement("IMG")
img.src="http://bbs.bc-cn.net/bbs/Skins/Default/emot/em01.gif"
ta.appendChild(img)
}
//-->
</SCRIPT>
复制代码
其中的一种做法。
作者:
cheng9525
时间:
2010-2-16 21:05
路过....
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2