You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
961 B
21 lines
961 B
9 months ago
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ReportB_H.aspx.cs" Inherits="MESWebSite.Manage.ReportB_H" %>
|
||
|
|
||
|
<!DOCTYPE html>
|
||
|
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head runat="server">
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||
|
<title></title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form id="form1" runat="server">
|
||
7 months ago
|
<%-- <iframe id="reportFrame" src="http://10.60.101.10:8401/webroot/decision/view/report?viewlet=reportG2.cpt&op=write" width="100%" height="800px"></iframe>--%>
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
var url = "http://10.60.101.97:8888/bi/Viewer?proc=1&action=viewer&hback=true&db=!4e8c!!5382!MES!55b7!!6d82!!62a5!!8868!!2f!!5206!!578b!!53f7!!6216!!652f!!67b6!!4e00!!6b21!!5408!!683c!!7387!H.db&platform=PC&browserType=chrome&browserType=IE&au_act=login&adminv=MES&passv=123";
|
||
|
let targetWindow = window.open(url, "_blank");
|
||
|
</script>
|
||
9 months ago
|
</form>
|
||
|
</body>
|
||
|
</html>
|