📄 inc.asp
字号:
<%sub menu%>
<table width="188" height="496" border="0" align="center" cellpadding="0" cellspacing="0">
<tr><td height="12" background="images/z_r1_c1.jpg" width="100%"></td></tr>
<tr><td align="center" valign="middle" height="44"><a href="VipDefault.asp" target="_self"><img src="images/z_r3_c4.jpg" width="150" height="29" border="0"></a></td>
</tr>
<tr><td align="center" valign="middle" height="44"><a href="Economy.asp" target="_self"><img src="images/z_r7_c4.jpg" width="150" height="29" border="0"></a></td>
</tr>
<tr><td align="center" valign="middle" height="44"><a href="Log.asp" target="_self"><img src="images/z_r9_c4.jpg" width="150" height="29" border="0"></a></td>
</tr>
<tr><td align="center" valign="middle" height="44"><a href="Friend.asp" target="_self"><img src="images/z_r11_c4.jpg" width="150" height="29" border="0"></a></td>
</tr>
<tr><td align="center" valign="middle" height="44"><a href="Enrichment.asp" target="_self"><img src="images/z_r13_c4.jpg" width="150" height="29" border="0"></a></td>
</tr>
<tr><td align="center" valign="middle" height="44"><a href="Preferential.asp" target="_self"><img src="images/z_r15_c4.jpg" width="150" height="29" border="0"></a></td>
</tr>
<tr><td align="center" valign="middle" height="44"><a href="Job.asp" target="_self"><img src="images/z_r17_c4.jpg" width="150" height="29" border="0"></a></td>
</tr>
<tr><td align="center" valign="middle" height="44"><a href="Search.asp" target="_self"><img src="images/z_r19_c4.jpg" width="150" height="29" border="0"></a></td>
</tr>
<tr><td align="center" valign="middle" height="44"><a href="Activities.asp" target="_self"><img src="images/z_r21_c4.jpg" width="150" height="29" border="0"></a></td>
</tr>
<tr><td align="center" valign="middle" height="44"><a href="Investment.asp" target="_self"><img src="images/z_r23_c4.jpg" width="150" height="29" border="0"></a></td>
</tr>
<tr><td align="center" valign="middle" height="44"><a href="Message.asp" target="_self"><img src="images/13.jpg" width="150" height="29" border="0"></a></td>
</table>
<%end sub%>
<%sub closers
rs.close
set rs=nothing
end sub%>
<%sub closeconn
conn.close
set conn=nothing
end sub%>
<%sub br%>
<table border="0"><tr><td height="5"></td></tr></table>
<%end sub%>
<%
function isInteger(para)
on error resume next
dim str
dim l,i
if isNUll(para) then
isInteger=false
exit function
end if
str=cstr(para)
if trim(str)="" then
isInteger=false
exit function
end if
l=len(str)
for i=1 to l
if mid(str,i,1)>"9" or mid(str,i,1)<"0" then
isInteger=false
exit function
end if
next
isInteger=true
if err.number<>0 then err.clear
end function
%>
<SCRIPT LANGUAGE="JavaScript">
<!--
function openwin(URL)
{ showModalDialog(URL,"","dialogWidth:10px;status:no;dialogHeight:10px;resizable:no");
}
function news(URL)
{ window.open(URL,"news","toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=600,height=430,left=0,top=0");
}
function art(URL1)
{ window.open(URL1,"art","toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=650,height=430,left=0,top=0");
}
function down(URL2)
{ window.open(URL2,"down","toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=500,height=400,left=0,top=0");
}
function photo(URL3)
{ window.open(URL3,"photo","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=600,left=100,top=100");
}
function link()
{win = window.open("","link","width=400,height=150")}
function vote()
{win = window.open("","vote","status=yes,scrollbars=yes,width=600,height=350")}
// -->
</SCRIPT>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -