p3sjh.aspx 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="p3sjh.aspx.cs" Inherits="CB.Web.Kjh.shijihao.p3sjh" %>
  2. <%@ Register src="/header.ascx" tagname="header" tagprefix="uc1" %>
  3. <%@ Register src="/footer.ascx" tagname="footer" tagprefix="uc2" %>
  4. <!doctype html>
  5. <html lang="zh-cn">
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8. <title><%=pageTitle%></title>
  9. <meta name="keywords" content="<%=pageKeyWords %>" />
  10. <meta name="description" content="<%=pageDescription %>" />
  11. <link type="text/css" rel="stylesheet" href="/static/css/base.css"/>
  12. <link type="text/css" rel="stylesheet" href="/static/css/kjh.css"/>
  13. <script type="text/javascript" src="/static/js/jquery.js"></script>
  14. <script type="text/javascript" src="/static/js/function.js"></script>
  15. <script type="text/javascript">
  16. function displaySubMenu(li) {
  17. var subMenu = li.getElementsByTagName("ul")[0];
  18. subMenu.style.display = "block";
  19. }
  20. function hideSubMenu(li) {
  21. var subMenu = li.getElementsByTagName("ul")[0];
  22. subMenu.style.display = "none";
  23. }
  24. var searchTerm = function () {
  25. var term = $("#searchTermInput").val();
  26. if (term.length == 7 && parseInt(term) > 1000000) {
  27. window.location = "/p3-shijihao-" + term + ".htm";
  28. } else { $("#searchTermInput").val(""); }
  29. }
  30. var searchYear = function () {
  31. var year = $("#searchYearInput").val();
  32. if (year.length == 4 && parseInt(year) > 1000) {
  33. window.location = "/p3-shijihao-" + year + ".htm";
  34. } else { $("#searchYearInput").val(""); }
  35. }
  36. var searchNum = function () {
  37. var num = $("#searchNumInput").val();
  38. if (num.length == 3 && parseInt(num) >= 0) {
  39. window.location = "/shijihao/p3list.aspx?num=" + num;
  40. } else { $("#searchNumInput").val(""); }
  41. }
  42. </script>
  43. </head>
  44. <body>
  45. <uc1:header ID="header1" runat="server" />
  46. <div class="wrap">
  47. <div class="navbar">
  48. <span>当前位置:</span><a href="/">开奖助手</a> - 排列三试机号
  49. </div>
  50. </div>
  51. <div class="wrap overflow">
  52. <div class="container">
  53. <div class="titleBar">
  54. <div class="lotteryLogo p3"></div>
  55. <div class="lotterSummary">
  56. <ul class="above">
  57. <li class="slogan p3"></li>
  58. <li>每日<span>20:30</span>开奖</li>
  59. <li class="other"><a href="http://www.55128.cn/zs/2_14.htm" target="_blank">走势图表</a>|<a href="http://www.55128.cn/tool/p3ss.aspx" target="_blank">缩水工具</a>|<a href="/p3-zjgz/" target="_blank">中奖规则</a></li>
  60. </ul>
  61. <ul class="below">
  62. <li class="belowL">
  63. <ul class="up" id="navigation">
  64. <li class="caiz">排列三</li>
  65. <li class="qihao">第</li>
  66. <li onMouseOver="displaySubMenu(this)" onMouseOut="hideSubMenu(this)"><a href="/sdsjh.aspx" class="drop" onClick="openShutManager(this,'downwarp')"><%=term%><img src="/static/images/more.png"/></a>
  67. <ul class="down">
  68. <%=CB.Common.LotteryUtils.GetLotteryDDLQi(20, term, "p3", "<li><a href=\"{0}\">{1}</a></li>", "/p3-shijihao-{0}.htm")%>
  69. </ul>
  70. </li>
  71. <li class="qihao">期试机号</li>
  72. </ul>
  73. </li>
  74. <li class="belowL">开奖时间:<%=date.ToString("yyyy年MM月dd日")%> 兑奖截止:<%=date.AddDays(60).ToString("yyyy年MM月dd日")%></li>
  75. </ul>
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. <div class="wrap">
  81. <div class="container">
  82. <ul class="kjh">
  83. <li>试机号:</li>
  84. <li><a href="/sdsjh.aspx">福彩3D</a></li><li><a href="/p3sjh.aspx">排列三</a></li>
  85. </ul>
  86. </div>
  87. </div>
  88. <div class="wrap">
  89. <div class="container">
  90. <div class="leftColumn">
  91. <div class="lotteryBox">
  92. <ul>
  93. <li class="looteryTitle">第<%=term %>期试机号:<a class="refresh" onclick="window.location=window.location.href">刷新</a></li>
  94. <%=number.ToString()%>
  95. <li><strong>历史:</strong><a href="/p3-shijihao-50.htm">50期</a><a href="/p3-shijihao-80.htm">80期</a><a href="/p3-shijihao-100.htm">100期</a>
  96. <strong>推荐:</strong><a href="http://zx.55128.cn/p3/p3yc_list/23.htm">预测</a><a href="/p3-kaijihao/">开机号</a><a href="http://www.55128.cn/zs/2_14.htm">走势图</a></li>
  97. </ul>
  98. </div>
  99. <div class="wining">
  100. <ul>
  101. <li class="recomTitle"><span class="square"></span>试机号查询</li>
  102. <li class="querys mar10">按期号:<input type="text" placeholder="请输入期号" class="plahces" id="searchTermInput"/><input type="button" value="查询" class="submit" onclick="searchTerm()"/><span>如:2015105</span></li>
  103. <li class="querys">按年份:<input type="text" placeholder="请输入年份" class="plahces" id="searchYearInput"/><input type="button" value="查询" class="submit" onclick="searchYear()"/><span>如:2015</span></li>
  104. <li class="querys">按号码:<input type="text" placeholder="请输入号码" class="plahces" id="searchNumInput"/><input type="button" value="查询" class="submit" onclick="searchNum()"/><span>如:888</span></li>
  105. </ul>
  106. </div>
  107. <div class="hisKjh">
  108. <div class="hisTitle"><h1>排列三试机号每日快报</h1><div class="issue"><a href="/p3-shijihao-50.htm">近50期</a><a href="/p3-shijihao-80.htm">近80期</a><a href="/p3-shijihao-100.htm">近100期</a></div></div>
  109. <table>
  110. <thead>
  111. <tr><th width="110">期号</th><th width="138">日期</th><th width="170">试机号</th><th width="90">和值</th><th width="170">开奖号</th><th width="90">和值</th><th width="90">试中</th></tr>
  112. </thead>
  113. <tbody>
  114. <%=sp.ToString() %>
  115. </tbody>
  116. </table>
  117. </div>
  118. <div class="hisKjh">
  119. <div class="hisTitle"><h1>排列三试机号历史上的今天</h1><div class="issue"></div></div>
  120. <table>
  121. <thead>
  122. <tr><th width="110">期号</th><th width="138">日期</th><th width="170">试机号</th><th width="90">和值</th><th width="170">开奖号</th><th width="90">和值</th><th width="90">试中</th></tr>
  123. </thead>
  124. <tbody>
  125. <%=others.ToString() %>
  126. </tbody>
  127. </table>
  128. </div>
  129. </div>
  130. <div class="rightColumn">
  131. <ul class="kjhHot height210">
  132. <li class="recomTitle"><span class="square"></span><span>排列三试机号分析走势图</span></li>
  133. <li class="zstImg"><a href="http://www.55128.cn/zs/2_22.htm">
  134. <img src="/static/images/sjh_zst.gif" /></a> </li>
  135. <li class="half"><a href="http://www.55128.cn/zs/2_22.htm">排列三走势图</a></li>
  136. <li class="half"><a href="http://www.55128.cn/zs/2_22.htm">P3试机号走势图</a></li>
  137. </ul>
  138. <ul class="ycList">
  139. <li class="recomTitle"><span class="square"></span><span>排列三分析预测</span><a class="more"
  140. href="http://zx.55128.cn/p3/p3yc_list/23.htm">更多</a></li>
  141. <%-- <%=GetSynArticle(8,20,73, 32)%>--%>
  142. <%=GetSynArticleZx("p3", 32,false,true)%>
  143. </ul>
  144. <ul class="kjhHot">
  145. <li class="recomTitle"><span class="square"></span><span>什么是排列三试机号</span></li>
  146. <li>
  147. <p>排列三试机号是在正式摇奖前,用模拟摇奖器摇出来的号码。试机号码是众多彩民购买排列三的重要分析数据。<b class="bold red">本站一般会在17:00左右公布。</b></p>
  148. </li>
  149. </ul>
  150. <ul class="kjhHot">
  151. <li class="recomTitle"><span class="square"></span><span>排列三试机号与开奖号关系</span></li>
  152. <li>
  153. <p>体彩排列三试机号口诀可以快速的帮助彩民使用p3试机号杀号定胆公式找出排3试机号今天与开奖号的关系。</p>
  154. <p>排列三试机号口诀:</p>
  155. <p>见0多半没有0 有1大半不见1</p>
  156. <p>有2一定要用2 有3不如选4/6</p>
  157. <p>有4常会出6/9 见5常伴1或9</p>
  158. <p>现6多有47随 7试8见还有0</p>
  159. <p>有8常出偶数字 9能减出1或7</p>
  160. </li>
  161. </ul>
  162. </div>
  163. </div>
  164. </div>
  165. <uc2:footer ID="footer1" runat="server" />
  166. </body>
  167. </html>