WebForm1.aspx
上传用户:avia982301
上传日期:2008-10-30
资源大小:557k
文件大小:1k
- <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="eWebEditorNet.WebForm1" validateRequest=false %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>WebForm1</title>
- <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
- <meta name="CODE_LANGUAGE" Content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- </HEAD>
- <body MS_POSITIONING="GridLayout">
- <form id="Form1" method="post" runat="server">
- <table border=1 cellpadding=5 cellspacing=0>
- <tr>
- <td>
- <INPUT type="hidden" name="content" Value="<%=Server.HtmlEncode(Request["content"])%>">
- <IFRAME ID="eWebEditor1" src="eWebEditor/ewebeditor.htm?id=content&style=coolblue" frameborder="0" scrolling="no" width="550" height="350"></IFRAME>
- </td>
- </tr>
- <tr>
- <td align=right>
- <asp:Button id="Button1" runat="server" Text=" 提交 "></asp:Button>
- </td>
- </tr>
- <tr>
- <td>
- <asp:Label id="Label1" runat="server">此处为提交后的内容(Label)</asp:Label>
- </td>
- </tr>
- </table>
- </form>
- </body>
- </HTML>
-