- 注册时间
- 2006-3-13
- 最后登录
- 2010-11-20
荣誉群
被神隐藏的兔子
- 积分
- 79512
 

|
发表于 2006-5-16 00:21:49
|
显示全部楼层
下载之后打开一看:
<script>alert('不允许从外部直接下载!');window.location='index.aspx'</script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
function showContents(path)
{
document.Form1.pathurl.value=path;
document.Form1.submit();
}
function popUp(pPage)
{
window.open(pPage,'newwindow','resizeable=no,scrollbars=yes,left=125,top=175,width=520,height=360');
}
function show(tips,flag,url){
var my_tips=document.all.mytips;
if(flag){
my_tips.style.display="";
if (url!=null){my_tips.innerHTML="
"+tips+"";}
else{ my_tips.innerHTML=tips;}
my_tips.style.left=event.clientX+10;
my_tips.style.top=event.clientY+10;
}
else
{
my_tips.style.display="none";
}
}
function DrawImage(ImgD){
var image=new Image();
image.src=ImgD.src;
if(image.width>0 && image.height>0){
flag=true;
if(image.width/image.height>= 120/80){
if(image.width>120){
ImgD.width=100;
ImgD.height=(image.height*100)/image.width;
}else{
ImgD.width=image.width;
ImgD.height=image.height;
}
}
else{
if(image.height>100){
ImgD.height=100;
ImgD.width=(image.width*100)/image.height;
}else{
ImgD.width=image.width;
ImgD.height=image.height;
}
}
}
}
</script>
<LINK href="css.css" type="text/css" rel="stylesheet">
<style type="text/css">
BODY { MARGIN-TOP: 0px; MARGIN-LEFT: 4px; MARGIN-RIGHT: 4px }
</style>
</HEAD>
<body>
<form name="Form1" method="post" action="mypane.aspx?down=ok&filename=配音.rar&filepath=dingdangv%2f%c5%e4%d2%f4.rar" id="Form1">
<input type="hidden" name="__VIEWSTATE" value="dDw5OTczNzA5NTU7dDxwPGw8U29ydDs+O2w8XGU7Pj47Oz47bDxVcEJ0bjtHb1Jvb3Q7UmVmcmVzaEJ0bjtzZWFyY2g7Pj4=" />
当前位置:
| <input type="image" name="UpBtn" id="UpBtn" title="向上一级" src="pics/icons/back.gif" border="0" />
<input type="image" name="GoRoot" id="GoRoot" title="根目录" src="pics/icons/home.gif" border="0" />
<input type="image" name="RefreshBtn" id="RefreshBtn" title="刷新本页" src="pics/icons/refresh.gif" border="0" />
<input type="image" name="search" id="search" title="搜索" src="pics/icons/find.gif" border="0" />
|
<span id="info" style="height:18px;width:432px;"></span> |
<input name="HdnSelectedValues" id="HdnSelectedValues" type="hidden" size="1" />
<input name="cmd" id="cmd" type="hidden" size="1" /><input name="pathurl" id="pathurl" type="hidden" size="1" />
<input name="temp" id="temp" type="hidden" size="1" />
</form>
</body>
</HTML> |
|