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
931 B
21 lines
931 B
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ReportA.aspx.cs" Inherits="MESWebSite.Manage.ReportA" %>
|
|
|
|
<!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" >
|
|
<%-- <iframe id="reportFrame" src="http://10.60.101.10:8401/webroot/decision/view/report?viewlet=reportF1.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!!9879!!76ee!!4e00!!6b21!!5408!!683c!!7387!.db&platform=PC&browserType=chrome&au_act=login&adminv=MES&passv=123";
|
|
let targetWindow = window.open(url, "_blank");
|
|
</script>
|
|
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|