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.
30 lines
1.3 KiB
30 lines
1.3 KiB
9 months ago
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Linq;
|
||
|
using System.Web;
|
||
|
using System.Web.UI;
|
||
7 months ago
|
using System.Web.UI.HtmlControls;
|
||
9 months ago
|
using System.Web.UI.WebControls;
|
||
|
|
||
|
namespace MESWebSite.Manage
|
||
|
{
|
||
|
public partial class PlatingInspectionNew : System.Web.UI.Page
|
||
|
{
|
||
7 months ago
|
|
||
9 months ago
|
protected void Page_Load(object sender, EventArgs e)
|
||
|
{
|
||
7 months ago
|
|
||
|
|
||
|
//Response.Redirect("http://10.60.101.97:8888/bi/Viewer?proc=1&action=viewer&db=WMS!5e93!!5b58!!6c47!!603b!!62a5!!8868!!2f!MFA!8f66!!95f4!!2f!MFA!4fdd!!9669!!6760!!6c47!!603b!!62a5!!8868!.db&au_act=login&adminv=MES&passv=123");
|
||
|
// webbrowser.Src = "http://10.60.101.97:8888/bi/Viewer?proc=1&action=viewer&hback=true&db=!4e8c!!5382!MES!55b7!!6d82!!62a5!!8868!!2f!!55b7!!6d82!!68c0!!6d4b!!8bb0!!5f55!.db&platform=PC&au_act=login&adminv=MES&passv=123";
|
||
|
|
||
|
//HtmlIframe iframe = form2.FindControl("webbrowser") as HtmlIframe;
|
||
|
//if (iframe != null)
|
||
|
//{
|
||
|
// // 设置iframe的src属性为你想要加载的页面
|
||
|
// iframe.Src = "http://10.60.101.97:8888/bi/Viewer?proc=1&action=viewer&hback=true&db=!4e8c!!5382!MES!55b7!!6d82!!62a5!!8868!!2f!!55b7!!6d82!!68c0!!6d4b!!8bb0!!5f55!.db&platform=PC&au_act=login&adminv=MES&passv=123";
|
||
|
//}
|
||
7 months ago
|
|
||
9 months ago
|
}
|
||
|
}
|
||
|
}
|