ASP.NET(C#)中使用eWebEditor如何将一个string变量赋值为编辑的HTML代码?
2个回答
展开全部
<form name="myform" method="post" action="display.aspx" runat="server">
<input type="hidden" name="content1" value="">
<iframe ID="eWebEditor1" src="/ewebeditor.htm?id=content1&style=coolblue" frameborder="0" scrolling="no" width="500" HEIGHT="350"></iframe>
<input type="submit" name="btnSubmit" value="Submit">
</form>
display.aspx.cs中获取
Request.Form["content1"]
<input type="hidden" name="content1" value="">
<iframe ID="eWebEditor1" src="/ewebeditor.htm?id=content1&style=coolblue" frameborder="0" scrolling="no" width="500" HEIGHT="350"></iframe>
<input type="submit" name="btnSubmit" value="Submit">
</form>
display.aspx.cs中获取
Request.Form["content1"]
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询