EditOnLine.aspx
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:2k
源码类别:

.net编程

开发平台:

C#

  1. <%@ page language="C#" autoeventwireup="true" inherits="Workflow_EditOnLine, App_Web_-rs7x2pk" theme="Normal" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>电子文档在线编辑</title>
  6. </head>
  7. <body>
  8.     <form id="form1" runat="server">
  9.     <div>
  10.         <table id="mainTable" runat =server width =80% cellpadding=0 cellspacing =0 border =1 align =center>
  11.             <tr>
  12.                 <td width =100% valign =middle align =center>
  13.                      <strong>电子文档在线编辑</strong>
  14.                 </td>
  15.             </tr>
  16.             <tr>
  17.                 <td width =100% align =center>
  18.                      <table cellpadding=0 cellspacing =0 border =0 align =center width=100%>
  19.                          <tr>
  20.                               <td width =100% >
  21.                                  <iframe frameborder =yes width =100% src ="../EditOnLine/popup.htm" height =500></iframe>
  22.                                  <%--<iframe ID="eWebEditor1" src="../EditOnLine/ewebeditor.htm?id=content1&style=coolblue" frameborder="0" scrolling="no" width="500" HEIGHT="350"></iframe>--%>
  23.                               </td>
  24.                          </tr>
  25.                      </table>
  26.                 </td>
  27.             </tr>
  28.             <tr>
  29.                 <td height =20></td>
  30.             </tr>
  31.             <tr><td width=100% align =center><asp:Button ID="BT_OK" runat=server Text="确 定" />&nbsp;&nbsp;&nbsp;&nbsp;<asp:Button ID="BT_Cancel" runat=server Text="取 消" /></td></tr>
  32.         </table>
  33.     </div>
  34.     </form>
  35. </body>
  36. </html>