You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.0 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Ceshi.aspx.cs" Inherits="TradeManage.Ceshi" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<script src="Scripts/MicrosoftAjax.js" type="text/javascript"></script>
<script src="Scripts/jquery.min.js" type="text/javascript"></script>
<script src="Scripts/Global.js" type="text/javascript"></script>
<script>
var url = "";
$(document).ready(function () {
// url = $.url.param("url");
ajaxInit(null);
$("#if1").attr("src","Scripts/dy.pdf");
});
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<input type="button" name="test" value="关闭" onclick="window.close()"/>
<DIV style="position:absolute;top:100px; left:180px;">
<iframe id="if1" src="" width="900px" height="700px"></iframe>
</DIV>
</div>
</form>
</body>
</html>