SelectForm.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:1k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SelectForm.aspx.cs" Inherits="SelectForm_SelectForm" %>
  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.     <a href="UserManager.aspx" target="content3">隐藏工作台</a>
  10.      <iframe name="content3" src="http://www.baidu.com" frameborder="0"></iframe>
  11.            
  12.     </form>
  13. </body>
  14. </html>