⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 一个查看asp的javascript程序,方便大家学习asp程序(js).htm

📁 较为详细的介绍了asp自定义的各种函数,方便asp的各种开发.
💻 HTM
📖 第 1 页 / 共 2 页
字号:
      <P align=center>中国动感资源交流,网络动感资源荟萃</P></TD>
    <TD align=middle>
      <P align=center><A href="http://www.moonet.com/edu/">教育网</A>&nbsp; 
    英文版</P></TD></TR></TBODY></TABLE>
<CENTER>
<TABLE border=0 cellPadding=0 cellSpacing=0 width=755>
  <TBODY>
  <TR vAlign=top>
    <TD bgColor=#297dff width=1> </TD>
    <TD width=753></TD>
    <TD bgColor=#297dff width=1> </TD></TR></TBODY></TABLE>
<TABLE border=0 cellPadding=0 cellSpacing=0 width=755>
  <TBODY>
  <TR vAlign=top>
    <TD bgColor=#297dff width=1> </TD>
    <TD width=753>
      <TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
        <TBODY>
        <TR>
          <TD bgColor=#297dff colSpan=2 height=20><FONT color=#ceffff>&nbsp;→ 
            <A href="http://www.aspsky.net/article/index.asp?classid=2"><FONT 
            color=#ceffff>ASP技术</FONT></A> &gt;&gt; <A 
            href="http://www.aspsky.net/article/index.asp?classid=2&amp;Nclassid=30"><FONT 
            color=#ceffff>脚本编码</FONT></A> &gt;&gt; 
            《一个查看ASP的JavaScript程序,方便大家学习ASP程序(JS)》</FONT></TD></TR>
        <TR>
          <TD bgColor=#586011 colSpan=2 height=1><SPACER type="block" 
            width="1"></TD></TR>
        <TR>
          <TD colSpan=2 height=7></TD></TR>
        <TR>
          <TD align=middle class=p4 
            colSpan=2><B>一个查看ASP的JavaScript程序,方便大家学习ASP程序(JS)</B></FONT><BR>2001-8-21&nbsp;&nbsp;动网先锋 
          </TD></TR>
        <TR>
          <TD class=p4 colSpan=2>
            <BLOCKQUOTE><BR>&lt;html&gt;
              <P></P>
              <P>&lt;head&gt;<BR>&lt;meta http-equiv="Content-Type" 
              content="text/html; 
              charset=gb2312"&gt;<BR>&lt;title&gt;ASP源程序查看器&lt;/title&gt;<BR>&lt;style&gt;.f{font-size:9pt}&lt;/style&gt;<BR>&lt;script&gt;<BR>//程序作者:虹雨 
              chy.126.com<BR>var autotop=new 
              Array()<BR>autotop[1]=""<BR>autotop[2]=""<BR>autotop[3]=""<BR>autotop[4]=""<BR>autotop[5]=""</P>
              <P>var autoend=new 
              Array()<BR>autoend[1]=""<BR>autoend[2]=""<BR>autoend[3]=""<BR>autoend[4]=""<BR>autoend[5]=""</P>
              <P>function 
              auto(cn){<BR>URL=document.forms[0].url.value.toLowerCase()<BR>URLtop=URL.substring(0,7)<BR>URLasp=""<BR>if(URLtop!="http://"){<BR>i=URL.indexOf("/",0)<BR>if(i&gt;5){<BR>URLtop="http://"+URL.substring(0,i+1)<BR>}else{<BR>URLtop=""<BR>}<BR>}else{<BR>i=URL.indexOf("/",12)<BR>if(i&gt;12){<BR>URLtop=URL.substring(0,i+1)<BR>}else{<BR>URLtop=""<BR>}<BR>}<BR>if(URLtop!=""){<BR>j=URL.indexOf(".asp",i)<BR>if(j&gt;i)URLasp=URL.substring(i,j+4)<BR>}<BR>if(URLasp!=""){<BR>if(cn&lt;6){<BR>window.open(URLtop+autotop[cn]+URLasp+autoend[cn],'')<BR>}else{<BR>for(cn=1;cn&lt;6;cn++)window.open(URLtop+autotop[cn]+URLasp+autoend[cn],'')</P>
              <P>}<BR>}else{<BR>alert("\n\n请输入正确的地址!\n\n")<BR>}<BR>}<BR>&lt;/script&gt;<BR>&lt;/head&gt;</P>
              <P>&lt;body bgcolor="#CCCCCC"&gt;<BR>&lt;form&gt;<BR>&lt;table 
              border="0" width="100%" bgcolor="#C0C0C0" 
              cellpadding="10"&gt;<BR>&lt;tr&gt;<BR>&lt;td&gt;<BR>&lt;table 
              border="1" width="100%" bgcolor="#999999" 
              bordercolorlight="#000000" cellspacing="0" 
              <BR>bordercolordark="#FFFFFF" 
              cellpadding="5"&gt;<BR>&lt;tr&gt;<BR>&lt;td bgcolor="#808080" 
              align="center"&gt;<BR><BR>&lt;font 
              color="#FFFFFF"&gt;&lt;b&gt;ASP源程序查看器&lt;/b&gt;&lt;/font&gt;<BR><BR>&lt;/td&gt; 
              <BR>&lt;/tr&gt;<BR>&lt;tr&gt;<BR>&lt;td&gt;<BR><BR>&lt;p&gt;输入ASP程序地址:&lt;input 
              type="text" name="url" size="80" class="f" onFocus="select()"&gt; 
              <BR>&lt;/p&gt; <BR><BR>&lt;/td&gt; <BR>&lt;/tr&gt; <BR>&lt;tr&gt; 
              <BR>&lt;td&gt; <BR><BR>选择ASP查看方法:&lt;input type="button" 
              value="code" onclick=auto(1) style=width:80 <BR>class="f"&gt; 
              <BR>&lt;input type="button" value="showcode" onclick=auto(2) 
              style=width:80 class="f"&gt; &lt;input <BR>type="button" 
              value="::$DATA" onclick=auto(3) style=width:80 class="f"&gt; 
              <BR>&lt;input type="button" value="%81" onclick=auto(4) 
              style=width:80 class="f"&gt; &lt;input <BR>type="button" 
              value="null" onclick=auto(5) style=width:80 class="f"&gt; 
              <BR>&lt;input type="button" value="ALL" onclick=auto(6) 
              style='width: 80; background-color: <BR>#FF6600' class="f"&gt; 
              <BR><BR>&lt;/td&gt; <BR>&lt;/tr&gt; <BR>&lt;tr&gt; <BR>&lt;td 
              bgcolor="#FFFFFF" class="f"&gt; <BR>  <BR>&lt;p 
              align="center"&gt;&lt;font 
              color="#008000"&gt;这几天很多朋友给我来信或留言,出于安全的问题,本程序暂<BR>时关闭了!&lt;/font&gt;&lt;/p&gt;<BR>&lt;p&gt; &lt;/p&gt;<BR>&lt;hr&gt; 
              <BR>&lt;p&gt; 
              <BR>本程序从五个系统的漏洞着手,提供用户五种查看网上ASP的源程序的方法,方便ASP爱好者的学习。因安全<BR>防范的高低可能会出现五种方法都不法查看的ASP程序,这不是本程序的问题,如果你有新的方法请告之者。&lt;p 
              <BR>align="center"&gt; <BR>&lt;font 
              color="#FF0000"&gt;警告:本程序不可用于不法的行为,否则后果自负!!!&lt;/font&gt;&lt;p 
              <BR>align="right"&gt;程序者:虹雨 <BR><BR>&lt;/td&gt; <BR>&lt;/tr&gt; 
              <BR>&lt;/table&gt; <BR>&lt;/td&gt; <BR>&lt;/tr&gt; 
              <BR>&lt;/table&gt; 
              <BR>&lt;/form&gt;<BR><BR>&lt;/html&gt;<BR><BR><BR></P></BLOCKQUOTE></TD></TR>
        <TR>
          <TD class=p4 vAlign=top width="50%">
            <BLOCKQUOTE>原作者:Timer(转)<BR>来 源:因特耐特<BR>共有3293位读者阅读过此文<BR>【<A 
              href="http://bbs.aspsky.net/list.asp?boardid=1">发表评论</A>】 
            </BLOCKQUOTE></TD>
          <TD class=p4 vAlign=top width="50%">
            <P>
            <LI><FONT color=#0772b1>上篇文章</FONT>:<A 
            href="http://www.aspsky.net/article/list.asp?id=2298">压缩并修复Access数据库(推荐)</A> 
            <BR>
            <LI><FONT color=#0772b1>下篇文章</FONT>:<A 
            href="http://www.aspsky.net/article/list.asp?id=2300">利用ASP改进文档上载控件</A> 
            </LI></TD></TR>
        <TR>
          <TD bgColor=#297dff class=p4 height=20 width="50%"><FONT 
            color=#ceffff>&nbsp;→ 本周热门</FONT></TD>
          <TD bgColor=#297dff class=p4 width="50%"><FONT color=#ceffff>&nbsp;→ 
            相关文章</FONT></TD></TR>
        <TR>
          <TD bgColor=#586011 colSpan=2 height=1><SPACER type="block" 
            width="1"></TD></TR>
        <TR>
          <TD colSpan=2 height=7></TD></TR>
        <TR>
          <TD class=p4 vAlign=top width="50%">
            <LI><A href="http://www.aspsky.net/article/list.asp?id=1510" 
            target=_top title="SQL Server 7.0 入门(一)">SQL Server 7.0 
            入门(...</A>[<FONT color=red>7239</FONT>]<BR>
            <LI><A href="http://www.aspsky.net/article/list.asp?id=1540" 
            target=_top title=PHP4实际应用经验篇(1)>PHP4实际应用经验篇(1)</A>[<FONT 
            color=red>7135</FONT>]<BR>
            <LI><A href="http://www.aspsky.net/article/list.asp?id=1536" 
            target=_top 
            title=无组件文件上传代码实例(支持多文件上传及文件和input域混合上传)>无组件文件上传代码实例(支持多文件上...</A>[<FONT 
            color=red>6029</FONT>]<BR>
            <LI><A href="http://www.aspsky.net/article/list.asp?id=2557" 
            target=_top title=树型结构在ASP中的简单解决>树型结构在ASP中的简单解决</A>[<FONT 
            color=red>5757</FONT>]<BR>
            <LI><A href="http://www.aspsky.net/article/list.asp?id=1545" 
            target=_top title=PHP4实际应用经验篇(6)>PHP4实际应用经验篇(6)</A>[<FONT 
            color=red>5599</FONT>]<BR>
            <LI><A href="http://www.aspsky.net/article/list.asp?id=2563" 
            target=_top title=一个老个写的无组件上传>一个老个写的无组件上传</A>[<FONT 
            color=red>5014</FONT>]<BR>
            <LI><A href="http://www.aspsky.net/article/list.asp?id=1542" 
            target=_top title=PHP4实际应用经验篇(3)>PHP4实际应用经验篇(3)</A>[<FONT 
            color=red>4731</FONT>]<BR></LI></TD>
          <TD class=p4 vAlign=top width="50%">
            <LI><A 
            href="http://www.aspsky.net/article/list.asp?id=2336">图片渐渐显示(遂点谈入)</A><BR>
            <LI><A 
            href="http://www.aspsky.net/article/list.asp?id=2335">图片渐渐显示(谈入)</A><BR>
            <LI><A 
            href="http://www.aspsky.net/article/list.asp?id=2334">把一张图片变形扭曲成各种不同的长宽</A><BR>
            <LI><A 
            href="http://www.aspsky.net/article/list.asp?id=2301">一个很酷的程序JavaScript做的MID歌曲搜索播放器[IE](JS)</A><BR>
            <LI><A 
            href="http://www.aspsky.net/article/list.asp?id=2299">一个查看ASP的JavaScript程序,方便大家学习ASP程序(JS)</A><BR></LI></TD></TR>
        <TR>
          <TD colSpan=2 height=7></TD></TR></TBODY></TABLE>
    <TD bgColor=#297dff width=1> </TD></TR></TBODY></TABLE>
<TABLE border=0 cellPadding=0 cellSpacing=0 width=755>
  <TBODY>
  <TR>
    <TD bgColor=#297dff height=1><SPACER type="block" 
width="1"></TD></TR></TBODY></TABLE>
<TABLE border=0 cellPadding=0 cellSpacing=0 width=755>
  <TBODY>
  <TR>
    <TD align=middle height=30></TD></TR></TBODY></TABLE>
<TABLE border=0 cellPadding=0 cellSpacing=0 width=755>
  <TBODY>
  <TR>
    <TD align=middle class=p2 width="100%">
      <TABLE border=0 cellPadding=0 cellSpacing=0 width=755>
        <TBODY>
        <TR>
          <TD align=middle class=p2 width="100%">
            <P align=center><A 
            href="http://www.aspsky.net/produce/index.asp">客户服务</A> -- <A 
            href="http://www.aspsky.net/aspads.asp">广告合作</A> -- <A 
            href="http://www.aspsky.net/about.asp">关于本站</A> -- <A 
            href="http://www.aspsky.net/tell.asp">联系方法</A><BR><BR>动网先锋版权所有 <FONT 
            face=Verdana, size=1 Arial, Helvetica, sans-serif>Copyright &copy; 
            2000-2001 <B>AspSky<FONT color=#cc0000>.Net</FONT></B>, All Rights 
            Reserved .</FONT> 
</P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></CENTER></CENTER></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -