日期:2014-05-16 浏览次数:20348 次
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="WebForm1.aspx.cs" Inherits="WebForm1" %> <!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>WebForm1</title> </head> <body> <form id="form1" runat="server"> <div id="divbody"> <iframe src="WebForm2.aspx" id="ifram1" frameborder="0" ></iframe> </div> </form> </body> </html>