⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stock_appropriation.jsp

📁 医药供应链管理系统
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="GB2312"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    
    <title>My JSP 'stock_appropriation.jsp' starting page</title>
    
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<link rel="stylesheet" type="text/css" href="../css/sys.css">
<style type="text/css">
<!--
body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
a:link {
	color: #1A438E;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
}
.style1 {	color: #1A438E;
	font-size: 12px;
}
.style2 {	color:#FF0000;
	font-size: 12px;
}
</style>
<script language="javascript" type="text/javascript">
var someValue = "";
function selpro(){
	someValue = window.showModalDialog("../purchasePages/purchase_seletpro.jsp","","dialogWidth=408px;dialogHeight=260px;status=no;help=no;scrollbars=no")
	document.form1.r_p_id.value = someValue;
	var rwid = document.getElementById("r_p_id").value;
	document.getElementById("stockappropriationframe").src = "stock_appropriation_frame.jsp?rwid="+rwid;
}
</script>
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
  
  <body>
  <form name="form1" method="post" action="">
    <table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="16%" align="left">药品名称:<span class="category">
          <input name="r_p_id" type="text" id="r_p_id" style="width:30% " readonly="readonly"> <input name="Submit" type="button" class="button" value=" 选择 " onclick="selpro()"">
        </span></td>
      </tr>
    </table>
    <table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td align="left" valign="top"><iframe scrolling='no' width="100%" height="100%" frameborder="0" name="stockappropriationframe" id="stockappropriationframe" src="stock_appropriation_frame.jsp"></iframe></td>
      </tr>
    </table>
  </form>
   
  </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -