EditOnLine.aspx
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:2k
- <%@ page language="C#" autoeventwireup="true" inherits="Workflow_EditOnLine, App_Web_-rs7x2pk" theme="Normal" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>电子文档在线编辑</title>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <table id="mainTable" runat =server width =80% cellpadding=0 cellspacing =0 border =1 align =center>
- <tr>
- <td width =100% valign =middle align =center>
- <strong>电子文档在线编辑</strong>
- </td>
- </tr>
- <tr>
- <td width =100% align =center>
- <table cellpadding=0 cellspacing =0 border =0 align =center width=100%>
- <tr>
- <td width =100% >
- <iframe frameborder =yes width =100% src ="../EditOnLine/popup.htm" height =500></iframe>
- <%--<iframe ID="eWebEditor1" src="../EditOnLine/ewebeditor.htm?id=content1&style=coolblue" frameborder="0" scrolling="no" width="500" HEIGHT="350"></iframe>--%>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td height =20></td>
- </tr>
- <tr><td width=100% align =center><asp:Button ID="BT_OK" runat=server Text="确 定" /> <asp:Button ID="BT_Cancel" runat=server Text="取 消" /></td></tr>
- </table>
- </div>
- </form>
- </body>
- </html>