自制html编辑器
如题。想自己做一个。主要是上传图片的功能。
大家有什么好的想法。
不好做
不懂做
把fckeditor拿来配置一下,只留个图片上传的就行了
有哪位高手做过的吗?
因为对js不熟悉。所以做的时候遇到了些困难。
相关问答:
c# 有没有用于C/S的 html文本编辑器
就像web界面的文本内容编辑器
up
C/S还要编译器干嘛啊
又不用控制样式
貌似没有吧 如果有了通知下我 我也要liujintaohfbb@163.com我的邮箱 ......
我在做一个网站asp的,想生成html,生成后如何调用呢?
如:我当前调用页面是http://192.168.0.100/jdasp/x.asp?cnmai=1795 ,生成的是x1795.html文件,
如何在调用x ......
怎么在表外面套一个正方形的框
以表格外边框为准!
HTML code:
<table id="mytable" align="center" cellspacing="0" summary="The technical specificati ......
<input id="Button1" type="button">这样一个html控件,我想让他执行c#一个类的函数,如何做啊??
<input id="Button1" type="button" value="buton" o ......
C# code:
protected void Button1_Click(object sender, EventArgs e)
{
string str = HttpContext.Current.Server.MapPath("/WebSite1");
str += @"\index.htm";
......