📄 m.asp
字号:
<HTML>
<HEAD>
<TITLE>未标题-1</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<SCRIPT language=JavaScript>
var newWindow = null
function windowOpener(loadpos)
{
if (! newWindow || newWindow.closed)
{
newWindow = window.open(loadpos,"surveywin","toolbar,resizable,scrollbars,dependent,width=350,height=380");
}
else
{
newWindow.focus();
}
}
function strTrim(str) {
var i=0;
while(str.charAt(i)==" "){
i++;
}
str=str.substr(i);
i=str.length;
while(str.charCodeAt(i-1)==32){
i--;
}
str=str.substring(0,i);
return str;
}
function check_input()
{
var tempstring="";
tempstring=document.ggjs.gegucs.value;
tempstring=strTrim(tempstring);
document.ggjs.gegucs.value=tempstring;
if (tempstring== "")
{
alert("请输入查询条件。");
document.ggjs.gegucs.focus();
document.ggjs.reset();
}
else{
document.ggjs.submit();
}
}
function check_input_inforsearch()
{
var tempstring="";
tempstring=document.form3.word.value;
tempstring=strTrim(tempstring);
document.form3.word.value=tempstring;
if (tempstring== "")
{
alert("请输入检索条件。");
document.form3.word.focus();
document.form3.reset();
}
else{
document.form3.submit();
}
}
function check_input_inforsearch2()
{
var tempstring="";
tempstring=document.form3.word.value;
tempstring=strTrim(tempstring);
document.form3.word.value=tempstring;
if (tempstring== "")
{
alert("请输入检索条件。");
document.form3.word.focus();
document.form3.reset();
return false;
}
else{
return true;
}
}
function check_input2()
{
var tempstring="";
tempstring=document.all["scode"].value;
tempstring=strTrim(tempstring);
document.all["scode"].value=tempstring;
if (tempstring== "")
{
alert("请输入查询条件。");
document.all["scode"].focus();
}
else{
if(document.all["scode"].value.substr(0,1)==0){dd=2}else{dd=1}
ShowGeGu(document.all["scode"].value,dd);
}
}
function linkFun()
{
linkTable.style.display = "";
baseLink.style.visibility = "hidden";
}
function noLink()
{
linkTable.style.display = "none";
baseLink.style.visibility = "visible";
}
function showLink1()
{
if(dptLink.selectedIndex == 0)return false;
window.open(dptLink.options[dptLink.selectedIndex].value,"","");
}
function showLink2()
{
var s=friLink.options[friLink.selectedIndex].value;
var s2=s.substring(0,4);
if (s2.toLowerCase()!="http")
s="http://"+s;
if(friLink.selectedIndex == 0)return false;
window.open(s,"","");
}
function mykey()
{
var mykey=window.event.keyCode
if(mykey=="13"){check_input2();}
}
function showLink3()
{
var s=hzLink.options[hzLink.selectedIndex].value;
var s2=s.substring(0,4);
if (s2.toLowerCase()!="http")
s="http://"+s;
if(hzLink.selectedIndex == 0)return false;
window.open(s,"","");
}
function sys_time()
{
today = new Date();
years = today.getYear();
if (years < 2000)
years = years + 1900;
if (today.getDay()==0) day="星期日"
if (today.getDay()==1) day="星期一"
if (today.getDay()==2) day="星期二"
if (today.getDay()==3) day="星期三"
if (today.getDay()==4) day="星期四"
if (today.getDay()==5) day="星期五"
if (today.getDay()==6) day="星期六"
document.write(years+"年"+(today.getMonth()+1)+"月"+today.getDate()+"日");
//+day);
}
function check()
{
var userid=document.frmUserRegist.userid.value;
var pwd=document.frmUserRegist.password.value;
//检查用户名
if(userid == "")
{
document.frmUserRegist.userid.focus();
alert("请填写用户名!");
return false;
}
//检查密码
if(pwd == "")
{
document.frmUserRegist.password.focus();
alert("请填写密码!");
return false;
}
}
</SCRIPT>
<STYLE type=text/css>
TD {
FONT-SIZE: 12px
}
.L150 {
LINE-HEIGHT: 150%
}
.f8pt {
FONT-SIZE: 10px; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
}
FORM {
FONT-SIZE: 12px
}
INPUT {
FONT-SIZE: 12px
}
SELECT {
FONT-SIZE: 12px
}
A:hover {
FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none
}
A:link {
FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none
}
.L130 {
LINE-HEIGHT: 130%
}
.englishfont {
FONT-SIZE: 11px; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"
}
.px26 {
FONT-SIZE: 25px
}
.style1 {color: #FFFFFF}
a:active {
text-decoration: none;
}
<!--
.class {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #000000;
}
.td {
font-size: 12px;
line-height: 18px;
color: #333333;
}
.tu {
font-size: 12px;
line-height: 18px;
color: #333333;
}
body {
background-image: url(images/bg.gif);
}
.unnamed1 {
border: thin dotted #0099FF;
}
-->
</STYLE>
<script>
var WinID="";
function NewsShow(id)
{
WinID=window.open('http://888.zbinfo.net/script/NewsShow.asp?ID='+id,'_blank','width=542,height=498,scrollbars=yes,resizeTo=no,toolbar=no,menubar=no,titlebar=no,directories=no,resizable=yes,status=no');
WinID.moveTo(600,400);
}
function ShowGeGu(id,s)
{
WinID=window.open('ShowGeGu.asp?Code='+id+'&mk='+s,'_blank','width=590,height=402,scrollbars=yes,resizeTo=no,toolbar=no,menubar=no,titlebar=no,directories=no,resizable=yes,status=no');
WinID.moveTo(250,100);
}
function NewsShow1()
{
WinID=window.open('indexTitleMain.asp','_blank','width=542,height=498,scrollbars=yes,resizeTo=no,toolbar=no,menubar=no,titlebar=no,directories=no,resizable=yes,status=no');
WinID.moveTo(250,100);
}
</script>
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!-- ImageReady Slices (未标题-1) -->
<TABLE WIDTH=513 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD width="513"></TD>
</TR>
<TR>
<TD><div align="center">欢迎登陆淄博金融信息交流平台,您只有登陆后才可以正常浏览本站!</div></TD>
</TR>
<TR>
<TD><table width="512" height="113" border="0">
<tr>
<th width="253" height="24" scope="col"><div align="left"><img src="images/xinxi.gif" width="202" height="20"></div></th>
<th width="249" scope="col"><div align="left"><img src="images/qiru.gif" width="202" height="20"></div></th>
</tr>
<tr>
<td class="unnamed1" height="15" scope="col"><div align="left"><script src="http://888.zbinfo.net/news/zbii.asp?TblStr=0и0и0&SqlStr=8и信息中心и8&NewsStr=·и12"></script>
</div></td>
<th class="unnamed1" scope="col"><div align="left"><script src="http://888.zbinfo.net/news/zbii.asp?TblStr=0и0и0&SqlStr=11и齐鲁证券и8&NewsStr=·и12"></script></div></th>
</tr>
<tr>
<td height="15"><div align="left"><img src="images/huaxia.gif" width="202" height="20"></div></td>
<td><div align="left"><img src="images/ttong.gif" width="202" height="20"></div></td>
</tr>
<tr class="unnamed1">
<td class="unnamed1" height="15"><script src="http://888.zbinfo.net/news/zbii.asp?TblStr=0и0и0&SqlStr=7и华夏证券и8&NewsStr=·и12"></script></td>
<td class="unnamed1"><script src="http://888.zbinfo.net/news/zbii.asp?TblStr=0и0и0&SqlStr=10и天同证券и8&NewsStr=·и12"></script></td>
</tr>
<tr>
<td height="15"><div align="left"><img src="images/wantong.gif" width="202" height="20"></div></td>
<td><div align="left"><img src="images/zxwt.gif" width="202" height="20"></div></td>
</tr>
<tr class="unnamed1">
<td class="unnamed1" height="15"><script src="http://888.zbinfo.net/news/zbii.asp?TblStr=0и0и0&SqlStr=12и万通证券и8&NewsStr=·и12"></script></td>
<td class="unnamed1"><script src="http://888.zbinfo.net/news/zbii.asp?TblStr=0и0и0&SqlStr=9и中信证券и8&NewsStr=·и12"></script></td>
</tr>
</table> </TD>
</TR>
</TABLE>
<table width="514" border="0">
<tr>
<td width="508"><br><div align="center">Copyright © <a href="http://www.zbii.net" target="_blank">淄博金融信息交流平台</a>.All right reserved. <BR>
站点设计制作:<A class=style6
href="http://www.bdqilu.net">淄博日丰电脑商行</A> 管理权所有:<a href="http://888.zbinfo.net" target="_blank">淄博信息港证券频道</a>
<SCRIPT language=JavaScript>
var __cc_uid="zbii";
</SCRIPT>
<SCRIPT language=JavaScript src="http://888.zbinfo.net/tongji/count.js">
</SCRIPT>
</div></td>
</tr>
<tr>
<td><div align="center">管理员邮箱:<a href="mailto:webmaster@zbii.net">webmaster@zbii.net</a> 联系电话:0533-2712109 </div></td>
</tr>
</table> </p>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -