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

📄 getpass.asp

📁 支持多种播放器RealPlayer,MediaPlayer
💻 ASP
字号:
<%
'乘风电影程序
'制作:乘 风
'QQ:178575
'E-Mail:yliangcf@163.com
'开发网站:http://www.qqcf.com
'详细简介:http://www.qqcf.com/?action=list&list=cffilm
'上面有程序在线演示,安装演示,使用疑难解答,最新版本下载等内容
'因为这些内容可能时常更新,就没有放在程序里,请自己上网站上查看
'有完整版本的演示,包括如何实际整合Helix,Serv-u完全的实现在线播
'放和下载防盗链等
%>

<%
PathLayer=1

If PathLayer=1 Then
 Path_Index=""
ElseIf PathLayer=2 Then
 Path_Index="../"
End If
%>
<!--#Include File="Conn.asp"-->
<!--#Include File="CF_MyFunction.asp"-->
<!--#Include File="CF_Md5.asp"-->
<!--#Include File="CF_GetCookie.asp"-->

<html>
<head>
<title><%=Rsset("Title")%></title>
<meta name="description" content="<%=Rsset("Title")%>">
<meta name="keywords" content="<%=Rsset("Title")%>">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--#include file="CF_Style.asp"-->

<script language="JavaScript">
function check1()
{
 if ((document.form1.name.value)=="")
 {
  window.alert ('用户名必须填写');
  document.form1.name.focus();
  return false;
 }
if ((document.form1.password.value)=="")
 {
  window.alert ('密码必须填写');
  document.form1.password.focus();
  return false;
 }
return true;
}

function check2()
{
 if ((document.form2.keyword.value)=="")
 {
  window.alert ('关键字必须填写');
  document.form2.keyword.focus();
  return false;
 }
return true;
}
</script>
</head>
<body>
<!--#Include File="Top.asp"-->

<!--#Include File="CF_GetPass_Pre_2.asp"-->

<!--#include file="Bottom.asp"-->
</div>
</body>
</html>

⌨️ 快捷键说明

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