📄 index.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Description" content="shanke flash 中国 闪客 myflash" />
<meta name="Keywords" content="Flash,中国,China,Chinese Flash,Movie,Flash Movie,design,web design,爬行榜,中国闪客,闪客,下载,音效,源码,原创作品爬行榜,flashempire,论坛,交流中心,最新,最大,最全,Flash 作品,教学,教程,Flash MX 2004,Flash MX,RIA,FLEX,ASV,Last Defence,下载,动画,中国动画,动漫,flash download, Chinese flash portal, Flash China" />
<title>MyFlash首页</title>
<style type="text/css">
<!--
td {
font-size: 12px;
font-family: "宋体";
}
.border
{
BORDER-BOTTOM: #ffffff 1px solid;
BORDER-LEFT: #ffffff 1px solid;
BORDER-RIGHT: #ffffff 1px solid;
BORDER-TOP: #ffffff 1px solid
}
.p1
{
FONT-FAMILY: "宋体";
FONT-SIZE: 9pt;
LETTER-SPACING: 1px;
LINE-HEIGHT: 135%;
MARGIN-BOTTOM: 0px;
MARGIN-TOP: 0px;
PADDING-BOTTOM: 0px;
PADDING-TOP: 4px;
WORD-SPACING: 1px
}
A {
COLOR: #2A2A2A;
}
.eng {font-size: 11px; font-family: arial,helvetica}
A:hover {
COLOR: #FF0000;
}
.qita {
font-size: 12px;
font-family: "宋体";
COLOR: #0000FF;
line-height: 20px;
}
.no { font-family: "Arial", "Helvetica", "sans-serif"; font-size: xx-small; line-height:
100%}
.cn { font-family: "宋体", "simsun"; font-size: 14.6px}
-->
</style>
<script type="text/javascript">
<!--
document.onmouseover = handleOver;
document.onmouseout = handleOut;
function handleOver() {
el = window.event.srcElement;
if (el.tagName == "IMG") { //Check if over image
if ((el.getAttribute("oversrc") != null) && (el.getAttribute("oversrc") != "")) { //check if valid overSrc
el.srcBackup = el.src; //Back up the src
el.src = el.getAttribute("oversrc");
}
}
}
function handleOut() {
el = window.event.srcElement;
if (el.tagName == "IMG") { //Check if over image
if ((el.getAttribute("oversrc") != null) && (el.getAttribute("oversrc") != "") && (el.srcBackup != null)) { //Also check for valid backup
el.src = el.srcBackup;
}
}
}
//-->
</script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_showHideLayers() { //v6.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
obj.visibility=v; }
}
//-->
</script>
</head>
<body topmargin="0" style="text-align: center">
<script language=javascript src=js/in_top.js></script>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="760" align="center">
<tr>
<td width="100%"><object codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" height="120" width="760" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<param NAME="_cx" VALUE="20108">
<param NAME="_cy" VALUE="3175">
<param NAME="FlashVars" VALUE="20108">
<param NAME="Movie" VALUE="banner/indextop.swf">
<param NAME="Src" VALUE="banner/indextop.swf">
<param NAME="WMode" VALUE="Window">
<param NAME="Play" VALUE="-1">
<param NAME="Loop" VALUE="-1">
<param NAME="Quality" VALUE="High">
<param NAME="SAlign" VALUE>
<param NAME="Menu" VALUE="-1">
<param NAME="Base" VALUE>
<param NAME="AllowScriptAccess" VALUE="always">
<param NAME="Scale" VALUE="ShowAll">
<param NAME="DeviceFont" VALUE="0">
<param NAME="EmbedMovie" VALUE="0">
<param NAME="BGColor" VALUE>
<param NAME="SWRemote" VALUE>
<embed src="banner/indextop.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" height="760" width="120"></object></td>
</tr>
</table>
<table><td width="760" height="5" bgcolor="#AADDFF"></td>
</table>
</td>
</tr>
<tr>
<td width="760" colspan="5" height="8"></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="760" bgcolor="#FFFFFF" align="center">
<tr valign="top">
<td width="212" rowspan="3" bgcolor="#F7F7EF">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%">
<tr>
<td width="100%" height="12"></td></tr> <tr>
<td width="100%" align="center">
<script language=Javascript>
<!--
function urlencode(str) {
var ns = (navigator.appName=="Netscape") ? 1 : 0;
if (ns) { return escape(str); }
var ms = "%25#23 20+2B?3F<3C>3E{7B}7D[5B]5D|7C^5E~7E`60";
var msi = 0;
var i,c,rs,ts ;
while (msi < ms.length) {
c = ms.charAt(msi);
rs = ms.substring(++msi, msi +2);
msi += 2;
i = 0;
while (true) {
i = str.indexOf(c, i);
if (i == -1) break;
ts = str.substring(0, i);
str = ts + "%" + rs + str.substring(++i, str.length);
}
}
return str;
}
//-->
</script><form onsubmit="window.location=this.kt.options[this.kt.selectedIndex].value+urlencode(this.k.value); return false;"><input name="k" maxlength="20" size="9" value="::关键字::" onMouseOver="this.focus()" onBlur="if (value ==''){value='::关键字::'}" onFocus="this.select()" onClick="if(this.value=='::关键字::')this.value=''"> <select name="kt">
<option value="search.asp?type=soft&k=">flash</option>
<option value="search.asp?type=soft&k=">歌手</option>
<option value="search.asp?type=soft&k=">歌名</option>
<option value="search.asp?type=info&k=">剧情</option>
</select> <input name="Submit" src="images/ssgo.gif" type="image" value="Submit" width="60" height="20" align="absmiddle" border="0"></td>
</tr></form>
<tr>
<td width="100%"><form method="post" action="http://www.shanke.cn/iamflasher/login.asp?action=check" name="form1" onsubmit="return isok(this)" target=_blank><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%">
<tr>
<td width="100%" height="10"><script language="javascript">
<!--
function isok(theform)
{
if (theform.username.value=="")
{
alert("别逗了!你还没有输入‘用户名’呢!");
theform.username.focus();
return (false);
}
if (theform.userpass.value=="")
{
alert("别逗了!你还没有输入‘密码’呢!");
theform.userpass.focus();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -