易截截图软件、单文件、免安装、纯绿色、仅160KB

ASP锁定资料

VB code
<!--#include file="../conn.asp"-->
<!--#include file="md5.asp"-->
<%checksession()%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML> <HEAD> <TITLE>修改资料 </TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
  <script  language="javascript"> 
  function  click()  { 
  if  (event.button==2)  { 
  alert('对不起,本页的内容不经允许不得拷备。') 
  } 
  } 
  document.onmousedown=click 
  </script>
<link href="/css/global.css" rel="stylesheet" type="text/css" />
<SCRIPT language="JavaScript" src="log.js"> </SCRIPT>
<SCRIPT language=javascript>
function checkLegitimacy(){
  if (document.theform.pass.value == ""){
    window.alert ('请填写密码!');
    return false;
  }
 
  if (document.theform.yzm.value == ""){
    window.alert ('请填写验证码!');
    return false;
  }
}
</SCRIPT>

<%


相关问答:

asp有没有什么比较好的chat组件? - Web 开发 / ASP

owc11满足不了要求,有没有更好点的,asp能调用的
目前没发现,帮你顶!

应该没有了吧

自已写。顶

帮顶,关注!

好像就这个了,目前还没看到其他得上市使用。。。帮顶!

自己再顶一下

好像是没有 ......

求助高手帮我把一小段PHP代码转换成ASP的

<?php
if($_SERVER['HTTP_REFERER']!=''){
  @header("Content-type:image/jpeg");
  echo file_get_contents("xlight.jpg");
}
else{
  @header("location:ht ......

求助帮我把一段简单的PHP代码转换成ASP的

<?php
if($_SERVER['HTTP_REFERER']!=''){
  @header("Content-type:image/jpeg");
  echo file_get_contents("xlight.jpg");
}
else{
  @header("location:ht ......

asp.net中可输入的下拉框的问题 - .NET技术 / ASP.NET

Imports System.ComponentModel
Imports System.Web.UI
Imports System.Web.UI.Design
Imports System.Web.UI.WebControls
Namespace CBDAspNet.WebControls.HTML
  ''' <summary>
  '' ......

asp中使用fckeditor后表单验证问题!!

下面一段代码中有两个表单,form1和form2,如果分别判断标题是可以的,可以分别指定特定的form对象来判断,可是fckeditor好像是全局的,并没有存在于那个form表单的概念,所以我不知道怎么使用Javascript来分别判断f ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号