一个查看asp的javascript程序,方便大家学习asp程序(js)
http://aspage.yeah.net/————————
——————–from 《彩虹细雨》————————————————–
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>asp源程序查看器</title>
<style>.f{font-size:9pt}</style>
<script>
//程序作者:虹雨 chy.126.com
var autotop=new array()
autotop[1]=""
autotop[2]=""
autotop[3]=""
autotop[4]=""
autotop[5]=""
var autoend=new array()
autoend[1]=""
autoend[2]=""
autoend[3]=""
autoend[4]=""
autoend[5]=""
function auto(cn){
url=document.forms[0].url.value.tolowercase()
urltop=url.substring(0,7)
urlasp=""
if(urltop!="http://"){
i=url.indexof("/",0)
if(i>5){
urltop="http://"+url.substring(0,i+1)
}else{
urltop=""
}
}else{
i=url.indexof("/",12)
if(i>12){
urltop=url.substring(0,i+1)
}else{
urltop=""
}
}
if(urltop!=""){
j=url.indexof(".asp",i)
if(j>i)urlasp=url.substring(i,j+4)
}
if(urlasp!=""){
if(cn<6){
window.open(urltop+autotop[cn]+urlasp+autoend[cn],)
}else{
for(cn=1;cn<6;cn++)window.open(urltop+autotop[cn]+urlasp+autoend[cn],)
}
}else{
alert("\n\n请输入正确的地址!\n\n")
}
}
</script>
</head>
<body bgcolor="#cccccc">
<form>
<table border="0" width="100%" bgcolor="#c0c0c0" cellpadding="10">
<tr>
<td>
<table border="1" width="100%" bgcolor="#999999" bordercolorlight="#000000" cellspacing="0"
bordercolordark="#ffffff" cellpadding="5">
<tr>
<td bgcolor="#808080" align="center">
<font color="#ffffff"><b>asp源程序查看器</b></font>
</td>
</tr>
<tr>
<td>
<p>输入asp程序地址:<input type="text" name="url" size="80" class="f" onfocus="select()">
</p>
</td>
</tr>
<tr>
<td>
选择asp查看方法:<input type="button" value="code" onclick=auto(1) style=width:80
class="f">
<input type="button" value="showcode" onclick=auto(2) style=width:80 class="f"> <input
type="button" value="::$data" onclick=auto(3) style=width:80 class="f">
<input type="button" value="%81" onclick=auto(4) style=width:80 class="f"> <input
type="button" value="null" onclick=auto(5) style=width:80 class="f">
<input type="button" value="all" onclick=auto(6) style=width: 80; background-color:
#ff6600 class="f">
</td>
</tr>
<tr>
<td bgcolor="#ffffff" class="f">
<p align="center"><font color="#008000">这几天很多朋友给我来信或留言,出于安全的问题,本程序暂
时关闭了!</font></p>
<p> </p>
<hr>
<p>
本程序从五个系统的漏洞着手,提供用户五种查看网上asp的源程序的方法,方便asp爱好者的学习。因安全
防范的高低可能会出现五种方法都不法查看的asp程序,这不是本程序的问题,如果你有新的方法请告之者。<p
align="center">
<font color="#ff0000">警告:本程序不可用于不法的行为,否则后果自负!!!</font><p
align="right">程序者:虹雨
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</html>
