代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/418731/10934542
txt quick shutdown for xp, how to create a shutdown shortcut..txt
Ever want a quicker way to shutdown XP without navigating through the start menu, or using a third party shutdown utility Here is a script that will do just that.
Right click the desktop and choose
www.eeworm.com/read/418294/10955943
cs mabh.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System
www.eeworm.com/read/418294/10956271
cs addvideo.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System
www.eeworm.com/read/418162/10962685
htm 9.34 双击单元格变为可编辑.htm
标题页
function editCell(obj){
if(obj.innerText==""){
obj.innerHTML="
www.eeworm.com/read/418162/10962733
htm 16.13 判断控件的类型.htm
标题页
function test(frmObj)
{
//考虑到input有多种类型,所以还需要判断type属性
if(frmObj.tagName=="INPUT")
www.eeworm.com/read/418162/10962852
htm 13.26 中文日期样式(二).htm
标题页
document.write("") //设置在文档中的显示样式
today = new Date()
www.eeworm.com/read/418162/10962871
htm 13.10 分时段问候用户.htm
标题页
now = new Date();
hour = now.getHours(); //获取当前时间的小时数
//将时间分段,并对应不同的提示用语
if(hour < 6){
www.eeworm.com/read/418162/10962886
htm 2.16 翻页效果的公告栏.htm
#divMsg{
line-height:20px;
height:20px;
overflow:hidden;
}
var Scroll = ne