严智鑫
2024-05-13 cedce4883f0d204f5bf7bf87c0bf4858dabb0c23
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<%@ page contentType="text/html;charset=UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@page import="com.northglass.Globel.mes"%>
<%@page import="com.northglass.SqlHelper.*"%>
<%@ page contentType="text/html;charset=UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
 
<title>Insert title here</title>
</head>
<body>
<div class="content-wrapper">
<button onclick="printBox('NG22082201A01~');">adddd</button>
<script>
    var url1="http://10.12.0.104:8080/GERP/pp/liuchengkaguanlis/HTML/xiangkadayin.jsp?adminid=&caidanid=&gongnengid=&cpmc=&lckh=";
    var url2="&yuyan=cn&anquanma=A00920220822103736";
    
    
    
    function printBox(data){
      var url=url1+data+url2;
     // window.location.href=url;
      window.open(url);
    }
 
    
    
</script>
</div>
</body>
</html>