RSS
热门关键字:  cms  下载  模版  开源  dedecms
Javascript
如何使用可以接受输入的列表框
我们在做网页的时候,有时候会需要一个可以接受输入的列表框,但是html中的select元素不能达到这个功能 有一个方法就是用activeX控件,但这样虽然很方便,有些人却不喜欢……^_^ 方法如下: form OBJECT classid=clsid:8BD21D30-EC42-11CE-9E0D-00AA006002F3 id=MdcCom...
作者:未知发表于:2002-08-31 20:12:00 点击:72 评论:0 查阅全文...
JavaScript:一个鼠标动态跟随文字特效的示例
这是去年我学习JavaScript时写的一个代码,里面有比较详细的注释。我个人以为是一个学习javascript和鼠标事件的好例子。 //************************** 源代码 ************************ html head meta http-equiv="Content-Language" content="zh-cn" meta http-equi...
作者:未知发表于:2002-08-29 20:12:00 点击:361 评论:0 查阅全文...
JavaScript 实现动态增加、删除表单域
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" !-- JavaScript 实现动态增加、删除表单域 -- HTML HEAD TITLE New Document /TITLE SCRIPT LANGUAGE="JavaScript" !-- var i=0 function Add() { var temp = document.body.children.item(0).rows.item(...
作者:未知发表于:2002-08-29 20:12:00 点击:198 评论:0 查阅全文...
javascript手冊-a
abs method Returns the absolute value of a number. 语法 Math.abs( number ) number is any numeric expression or a property of an existing object. 用法 Math 例子 In the following example, the user enters a number in the first text box and presses the...
作者:未知发表于:2002-08-27 20:12:00 点击:65 评论:0 查阅全文...
javascript手冊-b
back method Loads the previous URL in the history list. 语法 history.back() 用法 history 描述 This method performs the same action as a user choosing the Back button in the Navigator. The back method is the same as history.go(-1) . 例子 The followin...
作者:未知发表于:2002-08-27 20:12:00 点击:31 评论:0 查阅全文...
javascript手冊总纲
按字母排序: abs acos action alert alinkColor anchor anchor( anchors array) anchors appCodeName appName appVersion asin atan back bgColor big blink blur bold button ceil charAt checkbox checked clear clearTimeout click close(document) close(window)...
作者:未知发表于:2002-08-27 20:12:00 点击:65 评论:0 查阅全文...
javascript手冊-e
E property Euler's constant and the base of natural logarithms, approximately 2.718. 语法 Math.E Property of Math 描述 Because E is a constant, it is a read-only property of Math. 例子 The following example displays Euler's constant: document.write(...
作者:未知发表于:2002-08-27 20:12:00 点击:31 评论:0 查阅全文...
javascript手冊-t
tan method Returns the tangent of a number. 语法 Math.tan( number ) number is a numeric expression representing the size of an angle in radians, or a property of an existing object. 用法 Math 描述 The tan method returns a numeric value which represe...
作者:未知发表于:2002-08-27 20:12:00 点击:48 评论:0 查阅全文...