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

📄 buy.jsp

📁 structejbmysql开发工程源码
💻 JSP
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page session="true" %>
<%@ page import="stock.ErrMsg.ErrMsg" %>
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<html>
<head>
  <meta http-equiv="Content-Language" content="zh-cn">
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  <title>股票买卖委托,证券买入,股票买入,股票交易,Stock,Trade,Buy Stock</title>
<style>
<!--
        A:text {text-decoration: none; color: #FFFFFF; font-size: 9pt; font-family: 新细明体}
        A:link {text-decoration: none; color: #008800; font-size: 9pt; font-family: 新细明体}
        A:visited {text-decoration: none; color: #008800; font-size: 9pt; font-family: 新细明体}
        A:active {text-decoration: none; color: #008800; font-size: 9pt; font-family: 新细明体}
        A:hover {text-decoration: underline; font-size: 9pt; color: #008888}
        TD {FONT-FAMILY: "宋体"; FONT-SIZE: 9pt}
BODY {	FONT-FAMILY: "宋体"; FONT-SIZE: 9pt}
.inputnormal { border:1px solid #C0C0C0; text-align:left; background-color:#FFFFFF}
.inputedit   { border:1px solid ; background-color:#FFE8FF }
-->
</style>
</head>
</script>
<body style="font-family: 宋体; font-size: 9pt"
ttyle="font-family: 新细明体; font-size: 9pt" background="resource/images/box_mtl_ctr.gif" topmargin="10" leftmargin="5" oncontextmenu=self.event.returnValue=false  onselectstart="return false" >
<form method="POST" action="wt_buy.do" onsubmit="return detect()" name="BuyForm">
<html:hidden property="userName" name="BuyForm"/>
<% if(ErrMsg.ErrMsgOfBuy==""){ %>
<table BORDER="0" CELLSPACING="0" cellpadding="1" align="center" width="100%" class="return"
style="font-family: 宋体; font-size: 9pt">
<TR><td style=font-size:12px;color:#000000;filter:DropShadow(Color=#ffffff,OffX=1,OffY=1,Positive=1)>
<p align="center">
股票委托买入</p> 
</td>

</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top">
<img border="0" src="resource/images/wtmm.gif" width="103" height="23" alt="股票委托买入">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#000000" width="300" id="AutoNumber1" height="44" bordercolorlight="#FFFFFF" bordercolordark="#000000">
  <tr>
    <td  bgcolor="#0072D4" height="18" colspan="2">
    <font color="#FFFFFF"><img border="0" src="resource/images/nw.gif">买入委托:输入股票代码</font></td>
  </tr>
  <tr>
    <td width="88" bgcolor="#FFFFFF" height="35" >
    
      <p align="center"><b>股票代码:</b>

    </td>
    <td width="182" bgcolor="#FFFFFF" height="25" valign="middle">
    <html:text name="BuyForm" property="stkID" size="20"  />    
  </tr>
  <tr bgcolor="#FFFFFF"><td colspan="2" height="35" align=center>
   <html:image src="resource/images/buy_button.gif" alt="买入"/>&nbsp;&nbsp;&nbsp;&nbsp;
      <a href="javascript:viewhq()">
      <img border="0" src="resource/images/hq_button.gif" alt="查看股票实时行情"></a>
</td></tr></form>
</table>
<table border="0" cellpadding="0" cellspacing="0" class=return style= "font-family: 宋体; font-size: 9pt" width="300" id="AutoNumber1" >
<tr><td style="border: 1px solid #000000; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px;line-height:150%" bgcolor="#EFEFEF" >
<b>系统提示:</b>
<br>1、根据交易所股票交易规则,当日买进的股票(权证除外)需在T+1日(即第二个交易日)后方可卖出;

<BR>2、新入市的股民建议先在<a href=#>炒股手册</a>中学习一些股票基本交易规则和一些基本的炒股技术分析入门;

</td></tr></table>
</td>
<td >
<script type="text/javascript"><!--
google_ad_client = "pub-5194819354430672";
google_alternate_color = "f2f2f2";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text_image";
google_ad_channel ="0778017589";
google_color_border = "f2f2f2";
google_color_bg = "f2f2f2";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
</td>
</table>
<% }else {%>
<%=ErrMsg.ErrMsgOfBuy %>
<%ErrMsg.ErrMsgOfBuy="";%>
<html:link page="/buy.do" paramId="userName" paramName="BuyForm" paramProperty="userName">Continue</html:link >
<%} %>
</form>
</body></html>

⌨️ 快捷键说明

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