62,254
社区成员
发帖
与我相关
我的任务
分享
<textarea cols="10" id="txt_art_content" name="content1" runat="server"> <%=content%></textarea> <html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server"><textarea cols="10" id="txt_art_content" name="content1" runat="server"> <%=content%></textarea>
<iframe id="eWebEditor1" src="eWebEditorExtension/ewebeditor.htm?id=txt_art_content&style=coolblue"
frameborder="0" scrolling="no" width="500" height="100%" style="width: 100%">
</iframe> <asp:Button ID="btnUpdate" runat="server" Text="修改"
onclick="btnUpdate_Click1" />
</form>
</body>
</html><htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>Untitled Page</title></head><body><textareacols="10" id="txt_art_content" name="content1" runat="server"><%=content%></textarea><formid="form1" runat="server"><iframeid="eWebEditor1"
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Page</title>
</head>
<body>
<textarea cols="10" id="txt_art_content" name="content1" runat="server"> <%=content%></textarea>
<form id="form1" runat="server">
<iframe id="eWebEditor1" src="eWebEditorExtension/ewebeditor.htm?id=txt_art_content&style=coolblue"
frameborder="0" scrolling="no" width="500" height="100%" style="width: 100%">
</iframe> <asp:Button ID="btnUpdate" runat="server" Text="修改"
onclick="btnUpdate_Click1" />
</form>
</body>
</html>