asp.net
ljl_hit
天天在学习
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
asp.net上传文件
//运行环境Microsoft Visual Studio 2005//Default.aspx @ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transi原创 2008-01-07 12:38:00 · 562 阅读 · 0 评论 -
禁止使用鼠标左,右键
html>head>title>禁止使用鼠标左,右键title>script>function showMsg()...{if (event.button == 2)...{alert("禁止使用鼠标右键!")}if (event.button==1)...{alert("禁止使用鼠标左键!")}}script>head>body onMouseDown= showMsg()>禁止使用鼠标左,原创 2008-01-09 16:17:00 · 434 阅读 · 0 评论
分享