RSS
热门关键字:  下载  cms  模版  开源  dedecms
Javascript
当前位置 :主页 > 站长学院 > 网页制作基础 > Javascript > 列表
如何使用可以接受输入的列表框
我们在做网页的时候,有时候会需要一个可以接受输入的列表框,但是html中的select元素不能达到这个功能 有一个方法就是用activeX控件,但这样虽然很方便,有些人却不喜欢……^_^ 方法如下: for...
作者:未知发表于:2002-08-31 20:12:00 点击:101 评论:0 查阅全文...
JavaScript:一个鼠标动态跟随文字特效的示例
这是去年我学习JavaScript时写的一个代码,里面有比较详细的注释。我个人以为是一个学习javascript和鼠标事件的好例子。 //************************** 源代码 ************************ html h...
作者:未知发表于:2002-08-29 20:12:00 点击:387 评论: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...
作者:未知发表于:2002-08-29 20:12:00 点击:246 评论: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 exa...
作者:未知发表于:2002-08-27 20:12:00 点击:73 评论: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 Navigat...
作者:未知发表于:2002-08-27 20:12:00 点击:35 评论: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 che...
作者:未知发表于:2002-08-27 20:12:00 点击:68 评论: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. ...
作者:未知发表于:2002-08-27 20:12:00 点击:36 评论: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...
作者:未知发表于:2002-08-27 20:12:00 点击:52 评论:0 查阅全文...
javascript手冊-p&q
parent property The parent property is a synonym for a window or frame whose frameset contains the current frame. 语法 1. parent. propertyName 2. parent. methodName 3. parent. fram...
作者:未知发表于:2002-08-27 20:12:00 点击:63 评论:0 查阅全文...
javascript手冊-m&n
Math object A built-in object that has properties and methods for mathematical constants and functions. For example, the Math object\'s PI property has the value of pi. 语法 To use ...
作者:未知发表于:2002-08-27 20:12:00 点击:34 评论:0 查阅全文...
javascript手冊-r
radio object A set of radio buttons on an htm form. A set of radio buttons lets the user choose one item from a list. 语法 To define a set of radio buttons, use standard htm 语法 w...
作者:未知发表于:2002-08-27 20:12:00 点击:97 评论:0 查阅全文...
javascript手冊-i
index property An integer representing the index of an option in a select object. 语法 selectName .options[ indexValue ].index selectName is either the value of the NAME attribute ...
作者:未知发表于:2002-08-27 20:12:00 点击:38 评论:0 查阅全文...
javascript手冊-g
getDate method Returns the day of the month for the specified date. 语法 dateObjectName .getDate() dateObjectName is either the name of a date object or a property of an existing o...
作者:未知发表于:2002-08-27 20:12:00 点击:36 评论:0 查阅全文...
javascript手冊-f
fgColor property A string specifying the color of the document text. 语法 document.fgColor Property of document 描述 The fgColor property is expressed as a hexadecimal RGB triplet ...
作者:未知发表于:2002-08-27 20:12:00 点击:134 评论:0 查阅全文...
javascript手冊-d
Date object Lets you work with dates and times. 语法 To create a Date object: 1. dateObjectName = new Date()2. dateObjectName = new Date(\" month day , year hours : minutes : second...
作者:未知发表于:2002-08-27 20:12:00 点击:91 评论:0 查阅全文...