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.
18 lines
535 B
18 lines
535 B
2 months ago
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="InjectionView.aspx.cs" Inherits="MESWebSite.Manage.InjectionView1" %>
|
||
|
|
||
|
<!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">
|
||
|
<div>
|
||
|
<iframe id="reportFrame" src="http://10.60.101.10:8001/Manage/InjectionScreen.aspx" width="100%" height="900px"></iframe>
|
||
|
</div>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|