求助:“在线编辑器”中的“内容”如何保存到“数据库”中?
展开全部
格式:
<html>
<head>
<title>
~~~~~~</title>
'~~~~你要输入的文件名称
<body>
~~~~~~ <br> '你要的内容,其中<br>为换行符
</body>
</html>
保存到你所要保存的路径
打开时,用ie浏览器
在输入网页的地方输入你保存的路径即可浏览你的文件
<html>
<head>
<title>
~~~~~~</title>
'~~~~你要输入的文件名称
<body>
~~~~~~ <br> '你要的内容,其中<br>为换行符
</body>
</html>
保存到你所要保存的路径
打开时,用ie浏览器
在输入网页的地方输入你保存的路径即可浏览你的文件
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<INPUT
type=\"hidden\"
name=\"content\"
id=\"content\"
value=\"\">
<IFRAME
ID=\"eWebEditor1\"
SRC=\"edit/ewebeditor.asp?id=content&style=system\"
FRAMEBORDER=\"0\"
SCROLLING=\"no\"
WIDTH=\"550\"
HEIGHT=\"350\"></IFRAME>
input隐藏字段content,与之对应:
edit/ewebeditor.asp?id=content&style=system
id也为content
那么,提交后提取内容就用
Request(\"content\")
type=\"hidden\"
name=\"content\"
id=\"content\"
value=\"\">
<IFRAME
ID=\"eWebEditor1\"
SRC=\"edit/ewebeditor.asp?id=content&style=system\"
FRAMEBORDER=\"0\"
SCROLLING=\"no\"
WIDTH=\"550\"
HEIGHT=\"350\"></IFRAME>
input隐藏字段content,与之对应:
edit/ewebeditor.asp?id=content&style=system
id也为content
那么,提交后提取内容就用
Request(\"content\")
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询