图书介绍
深入学习:JavaScript 开发与实例PDF|Epub|txt|kindle电子书版本网盘下载
![深入学习:JavaScript 开发与实例](https://www.shukui.net/cover/23/34849230.jpg)
- (美)(威克)(R.Allen Wyke)等著;陈建春等译 著
- 出版社: 北京:电子工业出版社
- ISBN:7505358944
- 出版时间:2000
- 标注页数:1190页
- 文件大小:32MB
- 文件页数:1197页
- 主题词:
PDF下载
下载说明
深入学习:JavaScript 开发与实例PDF格式电子书版下载
下载的文件为RAR压缩包。需要使用解压软件进行解压得到PDF格式图书。建议使用BT下载工具Free Download Manager进行下载,简称FDM(免费,没有广告,支持多平台)。本站资源全部打包为BT种子。所以需要使用专业的BT下载软件进行下载。如BitComet qBittorrent uTorrent等BT下载工具。迅雷目前由于本站不是热门资源。不推荐使用!后期资源热门了。安装了迅雷也可以迅雷进行下载!
(文件页数 要大于 标注页数,上中下等多册电子书除外)
注意:本站所有压缩包均有解压码: 点击下载压缩包解压工具
图书目录
第一部分 JavaScript总览2
第1章 什么是JavaScript2
目录2
1.1 基于对象的技术3
1.1.1 面向对象的JavaScript5
1.1.2 模块化程序设计7
1.2.1 安全措施8
1.2 安全性8
1.2.2 签名脚本10
1.3 JavaScript的优点11
1.3.2 服务器端和客户端功能的多样性12
1.3.1 平台无关性12
1.4.1 改善网页13
1.4 JavaScript的应用领域13
1.4.3 基于Web的应用程序14
1.4.2 交互式Email14
1.4.5 Windows脚本语言15
1.4.4 Email和新闻过滤器15
继续16
2.1.1 分号17
2.1 JavaScript语法17
第2章 语言细节17
2.2 数据类型及变量18
2.1.3 注释符18
2.1.2 使用〈SCRIPT〉标签18
2.2.1 数值类型19
2.2.3 其他20
2.2.2 字符串20
2.2.4 变量21
2.2.6 数组23
2.2.5 类型转换23
2.3.1 算术操作符28
2.3 操作符28
2.3.2 字符串操作符31
2.3.3 赋值操作符32
2.3.4 逻辑操作符35
2.3.5 比较操作符36
2.3.6 条件操作符38
2.3.7 位逻辑操作符39
2.3.8 操作符优先级40
2.4.1 条件语句41
2.4 循环语句和条件语句41
2.4.2 循环语句44
2.5.2 数值调用和地址调用53
2.5.1 语法53
2.5 函数53
2.5.3 函数返回值55
2.6.1 RegExp对象定义56
2.6 模式匹配56
2.5.4 函数对象56
2.6.2 模式定义57
2.6.3 模式匹配测试58
3.1.1 编程区别60
3.1 服务器端与客户端的区别60
第3章 服务器端JavaScript60
3.1.2 编译脚本区别61
3.2.1 数据库连接62
3.2 服务器端JavaScript的使用62
3.2.2 Eamil63
3.2.3 文件处理65
3.3 JavaScript应用程序管理器68
3.3.1 配置69
3.3.2 脚本管理71
继续72
4.1 支持JavaScript的浏览器及其问题74
第4章 JavaScript运行时间环境74
第二部分 JavaScript编程74
4.1.1 Netscape Navigator76
4.1.2 Internet Explorer83
4.1.3 Opera87
4.1.5 扩展的浏览器功能89
4.1.4 其他JavaScript环境89
4.1.6 内置控制功能90
4.1.7 在线连接92
4.1.8 Java在线连接示例93
继续96
5.1 窗体处理97
第5章 窗体、Cookies、窗口和层97
5.1.1 Form数组99
5.1.2 信息读写101
5.1.3 Form示例103
5.2 JavaScript和Cookies108
5.2.1 读Cookies109
5.3 活动窗口110
5.2.2 写Cookies110
5.3.1 父子关系111
5.3.3 窗口访问限制112
5.3.2 创建窗口112
5.3.4 窗口示例113
5.4 动态HTML元素定位115
5.4.1 〈div〉块简介116
5.4.3 快速层背景118
5.4.2 Netscape的〈layer〉和〈ilayer〉扩充118
5.4.4 操作层119
5.4.5 层示例120
5.4.6 Navigator和Internet Explorer中的动态定位121
-(减)126
6.1 操作符126
第三部分 JavaScript的对象参考手册126
第6章 核心语法126
--(减量操作符)127
-(取反)127
!=(不等于)129
!(逻辑非)129
!==(不相同)130
%(取余)131
(位逻辑与)132
=(取余赋值)132
(逻辑与)133
=(位逻辑与赋值)134
*(乘法)135
*=(乘法赋值)136
/(除号)137
,(逗号)137
//(单行注释)138
/**/(多行注释)138
?:(条件操作)139
/=(除法赋值)139
^(逐位异或)140
^=(逐位异或赋值)142
||(逻辑或)143
|(逐位或)143
|=(逐位或赋值)144
~(逐位取反)145
+(加法)146
++(增量)147
<(小于)149
+=(加法赋值)149
<<(左移位)150
<<=(左移位赋值)151
=(赋值)152
<=(小于等于)152
-=(减赋值)153
==(等于)154
>(大于)155
===(完全相同)155
>=(大于等于)156
>>(有符号右移)157
>>=(带符号右移位赋值)158
>>>(右移位补0操作)159
>>>=(右移位补0赋值)160
arguments161
abstract161
6.2 核心对象和关键字161
arguments.callee162
arguments.caller164
arguments.1ength165
Array166
Array.concat()168
Array.join() (169
Array.length170
Array.pop()171
Array.prototype172
Array.push()173
Array.shift()174
Array.reverse()174
Array.slice()175
Array.sort()176
Array.splice()177
Array.toSource()179
Array.toString()180
Array.unshift()181
Array.valueOf()182
boolean183
Boolean……………………………(183)Boolean.prototype184
Boolean.toSource()185
Boolean.valueOf()186
Boolean.toString()186
break187
byte188
const189
class189
case189
char189
continue190
Date191
Date.getDate()194
Date.getDay()195
Date.getFullYear()196
Date.getMilliseconds()197
Date.getHours()197
Date.getMonth()198
Date.getMinutes()198
Date.getTime()200
Date.getSeconds()200
Date.getTimezoneOffset()201
Date.getUTCDay()202
Date.getUTCDate()202
Date.getUTCHours()204
Date.getUTCFullYear()204
Date.getUTCMilliseconds()205
Date.getUTCMonth()206
Date.getUTCMinutes()206
Date.getYear()208
Date.getUTCSeconds()208
Date.parse()209
Date.prototype210
Date.setDate()211
Date.setFullYear()212
Date.setMilliseconds()213
Date.setHours()213
Date.setMinutes()214
Date.setMonth()215
Date.setSeconds()216
Date.setUTCDate()217
Date.setTime()217
Date.setUTCFullYear()218
Date.setUTCHours()219
Date.setUTCMinutes()220
Date.setUTCMilliseconds()220
Date.setUTCMonth()221
Date.setUTCSeconds()222
Date.setYear()223
Date.toLocaleString()224
Date.toGMTString()224
Date.toString()225
Date.toSource()225
Date.toUTCString()226
Date.UTC()227
debugger228
Date.valueOf()228
delete229
default229
do...while230
double230
escape()231
enum231
eval()232
export233
final234
false234
extends234
for235
float235
finally235
for...in236
Function()237
function237
Function.apply()238
Function.arguments239
Function.call()240
Function.arity240
Function.caller241
Function.prototype242
Function.toSource()243
Global244
Function.toString()244
Global.escape()245
Global.eval()246
Global.Infinitv247
Global.isFinite()248
Global.NaN249
Global.isNaN()249
Global.parseFloat()250
Global.unescape()251
Global.parseInt()251
if252
if...else253
in254
import254
implements254
Infinitv255
int256
interface256
instanceof256
isNaN()257
isFinite()257
label258
Math()259
long259
Math.acos()261
Math.abs()261
Math.asin()262
Math.atan()263
Math.atan2()264
Math.ceil()265
Math.cos()266
Math.exp()267
Math.E267
Math.floor()268
Math.LN10269
Math.log()270
Math.LN2270
Math.LOG10E271
Math.LOG2E272
Math.max()273
Math PI274
Math.min()274
Math.pow()275
Math.random()276
Math.round()277
Math.sqrt()278
Math.sin()278
Math.SQRT1_2279
Math.toSource()281
Math.SQRT2…………………………………(280)Math.tan()281
Math.toString()282
native283
NaN283
null284
new284
Number.MAX_VALUE285
Number()285
Number.MIN_VALUE286
Number.NEGATIVE_INFINITY287
Number.NaN287
Number.POSITIVE_INFINITY288
Number.toSource()289
Number.prototype289
Number.toString()290
Object()291
Number.valueOf()291
Object.constructor292
Object prototype293
Object.eval()293
Object.toString()294
Object.toSource()294
Object.unwatch()295
Object.valueOf()296
package297
Object.watch()297
Packages298
Packages.netscape299
Packages.java299
Packages.sun300
parseInt()301
parseFloat()301
protected302
private302
RegExp()303
public303
RegExp.$305
RegExp$_306
RegExp.$ 306
RegExp.$`307
RegExp.$'308
RegExp.$1,$2…$9309
RegExp.$+309
RegExp.compile()310
RegExp.exec()311
RegExp.input313
RegExp.global………………………(312)RegExp.ignoreCase313
RegExp.lastIndex314
RegExp.lastMatch315
RegExp.leftContext316
RegExp.lastParen316
RegExp.multiline317
RegExp.rightContext318
RegExp.test()319
RegExp.source319
return320
static321
short321
String()322
String.anchor()324
String.blink()325
String.big()325
String.bold()326
String.charAt()327
String.charCodeAt()328
String.fixed()329
String.concat()329
String.fontcolor()330
String.fontsize()331
String.indexOf()332
String.fromCharCode()332
String.italics()333
String.laslndexOf()334
String.link()335
String.length335
String.match()336
String.prototype337
String.replace()338
String.search()339
String.slice()340
String.split()341
String.small()341
String.sub()343
String.strike()343
String.substr()344
String.substring()345
String.toLowerCase()346
string.sup()346
String.toSource()347
String.toString()348
String.valueOf()349
String.toUpperCase()349
switch350
super350
this352
synchronized352
throw354
try...catch356
true356
throws356
transient356
typeof358
undefined359
unescape()360
var361
void362
while363
volatile363
with364
Anchor366
第7章 客户端浏览器语法366
Anchor.name368
Anchor.text369
Anchor.y370
Anchor.x370
Applet371
Area372
Area.handleEvent()374
Area.hash376
Area.host379
Area.hostname381
Area.href383
Area.onMouseOut384
Area.onDblClick384
Area.onMouseOver385
Area.pathname386
Area.port387
Area.protocol388
Area.search389
Area.target390
Button392
Button.blur()393
Button.click()394
Button.focus()395
Button.form396
Button.handleEvent()397
Button.name399
Button.onClick400
Button.onBlur400
Button.onMouseDown401
Button.onFocus401
Button.type402
Button.onMouseUp402
Button.value403
Checkbox404
Checkbox.blur()406
Checkbox.checked407
Checkbox.click()409
Checkbox.defaultChecked410
Checkbox.focus()411
Checkbox.form412
Checkbox.handleEvent()413
Checkbox.name414
Checkbox.onBlur415
Checkbox.onClick416
Checkbox.onFocus417
Checkbox.type419
Checkbox.value420
Document421
document.alinkColor422
document.all423
document.all.item()424
document.all.tags()425
document.anchors426
document.applets427
document.anchors.length427
document.applets.length428
document.bgColor429
document.captureEvents()430
document.classes431
document.classes.align432
document.classes.backgroundColor433
document.classes.borderBottomWidth434
document.classes.backgroundImage434
document.classes.borderColor435
document.classes.borderRightWidth436
document.classes.borderLeftWidth436
document.classes.borderStyle437
document.classes.borderWidths()438
document.classes.borderTopWidth438
document.classes.clear439
document.classes.color440
document classes.fontFamily441
document.classes.display441
document.classes.fontSize442
document.classes.fontStyle443
document.classes.lineHeight444
document.classes.fonWeight444
document.classes.listStyleType445
document.classes.marginBottom446
document.classes.marginRight447
document.classes.marginLeft447
document.classes.margins()448
document.classes.marginTop449
document.classes.paddingLeft450
document.classes.paddingBottom450
document.classes.paddingRight451
document.classes.paddings()452
document.classes.textAlign453
document.classes.paddingTop453
document.classes.textDecoration454
document.classes.textTransform455
document.classes.textIndent455
document.classes.whiteSpace456
document.cookie457
document.close()457
document.embeds458
document.domain458
document.embeds.length459
document.fgColor460
document.forms.length461
document.forms461
document.getSelection()462
document.handleEvent()463
document.ids464
document.ids.align465
document.ids.backgroundImage466
document.ids.backgroundColor466
document.ids.borderBottomWidth467
document.ids.borderLeftWidth468
document.ids.borderColor468
document.ids.borderStyle469
document.ids.borderRightWidth469
document.ids.borderTopWidth470
document.ids.borderWidths()471
document.ids.color472
document.ids.clear472
document.ids.display473
document.ids.fontSize474
document.ids.fontFamily474
document.ids.fontStyle475
document.ids.fontWeight476
document.ids.listStyleType477
document.ids.lineHeight477
document.ids.marginBottom478
document.ids.marginLeft479
document.ids.margins()480
document.ids.marginRight480
document.ids.marginTop481
document.ids.paddingLeft482
document.ids.paddingBottom482
document.ids.paddingRight483
document.ids.paddings()484
document.ids.textAlign485
document.ids.paddingTop485
document.ids.textIndent486
document.ids.textDecoration486
document.ids.textTransform487
document.images488
document.ids.whiteSpace488
document.images.length489
document.lastModified490
document.layers491
document.linkColor492
document.layers.length492
document.links493
document.onClick494
document.links.length494
document.onDblClick495
document.onKeyDown496
document.onKeyPress497
document.KeyUp498
document.onMouseDown499
document.onLoad499
document.onMouseUp500
document.open()501
document.onUnLoad501
document.plugins502
document.referrer503
document.plugins.length503
document.releaseEvents()504
document.routeEvent()506
document.tags507
document.tags.align508
document.tags.backgroundColor509
document.tags.borderBottomWidth510
document.tags.backgroundlmage510
document.tags.borderLeftWidth511
document.tags.borderColor511
document.tags.borderRightWidth512
document.tags.borderStyle512
document.tags.borderTopWidth513
document.tags.border Widths()514
document.tags.color515
document.tags.clear515
document.tags.display516
document.tags.fontSize517
document.tags.fontFamily517
document.tags.fontStyle518
document.tags.fontWeight519
document.tags.listStyleType520
document.tags.lineHeight520
document.tags.marginBottom521
document.tags.marginLeft522
document.tags.margins()523
document.tags.marginRight523
document.tags.marginTop524
document.tags.paddingLeft525
document.tags.paddingBottom525
document.tags.paddingRight526
document.tags.paddings()527
document.tags.textAlign528
document.tags.paddingTop528
document.tags.textIndent529
document.tags.textDecoration529
document.tags.textTransform530
document.title531
document.tags.whiteSpace531
document.vlinkColor532
document.URL532
document.write()533
Embed534
document.writeln()534
Event535
event.data538
event.height539
event.layerX540
event.layerY541
event.modifiers542
event.pageX544
event.pageY545
event.screenX546
event.screenY547
event.type548
event.target548
event.which550
event.width551
Event.ABORT552
Event.BLUR553
Event.CHANGE554
Event.CLICK555
Event.DBLCLICK556
Event.DRAGDROP557
Event.ERROR558
Event.FOCUS559
Event.KEYDOWN560
Event.KEYPRESS561
Event.KEYUP562
Event.LOAD563
Event.MOUSEDOWN564
Event.MOUSEMOVE565
Event.MOUSEOVER566
Event.MOUSEOUT566
Event.MOUSEUP567
Event.MOVE568
Event.RESET569
Event.RESIZE570
Event.SELECT571
Event.SUBMIT572
Event.UNLOAD573
FileUpload574
FileUpload.focus()576
FileUpload.blur()576
FileUpload.form577
FileUpload.handleEvent()579
FileUpload.name580
FileUpload.onBlue581
FileUpload.onFocus582
FileUpload.onChange582
FileUpload.select()583
FileUpload.type584
FileUpload.value585
From586
From.action588
Form.elements.length589
Form.elements589
Fomr.encoding590
Form.handleEvent()591
From.length592
Form.method593
Form.name594
From.onSubmit595
Form.onReset595
Form.reset()596
Form.submit()597
Form.target598
Frame599
Frame.blur()600
Frame.elearTimeout()601
Frame.elearInterval()601
Frame.focus()602
Frame.document602
Frame.frames603
Frame.name604
Frame.length604
Frame.onBlur………………………(604)Frame.onFocus605
Frame.onResize606
Frame.onMove606
Frame.print()607
Frame.parent607
Frame.setTimeout()608
Frame.setInterval()608
Frame.self608
Frame.top609
Hidden610
Frame.window610
Hidden.form611
Hidden.type612
Hidden.name612
History613
Hidden.value613
History.back()614
History.current615
History.go()616
History.forward()616
History.next617
History.length617
History.previous618
Image619
Image.complete621
Image.border621
Image.hanleEvent()622
Image.hspace623
Image.height623
Image.lowsrc624
Image.onAbort625
Image.name625
Image.onKeyPress626
Image.onKeyDown626
Image.onError626
Image.src627
Image.onLoad627
Image.onKeyUp627
Image.vspace628
Layer629
Image.width629
Layer.above631
Layer.background632
Layer.bgColor633
Layer.below633
Layer.captureEvents()635
Layer.clip.height636
Layer.clip.bottom636
Layer.clip.left637
Layer.clip.right638
Layer.clip.top639
Layer.clip.width640
Layer.document641
Layer.handleEvent()642
Layer.left643
Layer.load()644
Layer.moveAbove()645
Layer.moveBelow()646
Layer.moveTo()647
Layer.moveBy()647
Layer.moveToAbsolute()648
Layer.name649
Layer.onBlur650
Layer.onFocus651
Layer.onLoad652
Layer.onMouseOut653
Layer.MouseOver654
Layer.pageX655
Layer.pageY656
Layer.parentLayer657
Layer.releaseEvents()658
Layer.resizeBy()659
Layer.routeEvent()660
Layer.resizeTo()660
Layer.siblingAbove662
Layer.src663
Layer.siblingBelow663
Layer.top664
Layer.visibility665
Layer.zlndex666
Link667
Link.handleEvent()668
Link.hash669
Link.host670
Link.hostname671
Link.href672
Link.onDblClick673
Link.onClick673
Link.onKeyDown674
Link.onKeyUp675
Link.KeyPress675
Link.onMouseDown676
Link.onMouseOut677
Link.onMouseOver678
Link.pathname679
Link.onMouseUp679
Link.port680
Link.protocol681
Link.search682
Link.target683
Link.text684
Location685
Location.hash………………………(686)Location.host………………………(687)Location.hostname688
Location.href689
Location.pathname690
Location.port691
Location.protocol692
Link.replace()693
Location.reload()693
Link.search694
MimeType695
MimeType.description696
MimeType.suffixes697
MimeType.enabledPl ugin697
MimeType.type698
navigator699
navigator.appName700
navigator.appCodeName700
navigator.appVersion701
navigator.language702
navigator.javaEnabled()702
navigator.mimeTypes703
navigator.plugins704
navigator.platform704
navigator.plugins.refresh()705
navigator.taintEnabled()706
navigator.preference()706
navigator.userAgent707
Option708
Option.defaultSelected709
Option.selected710
Option.text711
Option.value712
Password713
Password.defaultValue714
Password.blur()714
Password.focus()715
Password.handleEvent()716
Password.form716
Password.name717
Password.onBlur718
Password.select()719
Password.onFocus719
Password.type720
Plugin721
Password.value721
Plugin.description722
Plugin.length723
Plugin.filename723
Plugin.name724
Radio725
Radio.blur()726
Radio.checked727
Radio.defaultChecked728
Radio.click()728
Radio.focus()729
Radio.handleEvent()730
Radio.form730
Radio.name731
Radio.onBlur732
Radio.onClick733
Radio.type734
Radio.onFocus734
Radio.value735
Reset736
Reset.blur()737
Reset.click()738
Reset.form739
Reset.focus()739
Reset.handleEvent()740
Reset.name741
Reset.onBlur742
Reset.onFocus743
Reset.onClick743
Reset.type744
Reset.value745
screen746
screen.availHeight747
screen.colorDepth748
screen.availWidth748
Screen.pixelDepth749
screen.height749
Select750
screen.width750
Select.blur()752
Select.focus()753
Select.form754
Select.handleEvent()755
Select.name757
Select.length757
Select.onBlur758
Select.onChange760
Select.onFocus761
Select.options762
Select.options.selectedIndex763
Select.options.length763
Select.selectedIndex764
Select.options.value764
Select.type765
Submit766
Submit.blur()767
Submit.click()768
Submit.focus()769
Submit.form770
Submit.handleEvent()771
Submit.name772
Submit.onBlur773
Submit.onClick774
Submit.onFocus775
taint()776
Submit.type776
Text777
Text.blur()779
Text.defaultValue780
Text.focus()781
Text.form782
Text.handleEvent()783
Text.name784
Text.onBlur785
Text.onChange786
Text.onFocus787
Text.onSelect788
Text.type789
Text.select()789
Text.value790
Textarea791
Textarea.blur()793
Textarea.defaultValue794
Textarea.focus()795
Textarea.form796
Textarea.handleEvent()797
Textarea.name798
Textarea.onBlur799
Textarea.onChange800
Textarea.onFocus801
Textarea.onKeyDown802
Textarea.onKeyPress803
Textarea.onSelect804
Textarea.onKeyUp804
Textarea.select()805
Textarea.type806
Textarea.value807
Window808
untaint()808
window.back()812
window.alert()812
window.blur()813
window.captureEvent()814
window.clearInterval()816
window.clearTimeout()817
window.close()818
window.closed819
window.confirm()821
window.disableExternalCapture()822
window.defaultStatus822
window.document823
window.enableExternalCapture()825
window.find()826
window.focus()827
window.forward()828
window.frames.length829
window.frames829
window.handleEvent()830
window.history831
window.innerHeight832
window.home()832
window.innerWidth833
window.location835
window.length835
window.locationbar.visible836
window.locationbar836
window.menubar.visible837
window.menubar837
window.moveBy()838
window.moveTo()839
window.name840
window.onBlur841
window.onError842
window.onDragDrop842
window.onLoad843
window.onFocus843
window.onUnLoad844
window.onResize844
window.onMove844
window.open()845
window.opener847
window.outerHeight849
window.outerWidth850
window.pageXOffset851
window.pageYOffset852
window.parent853
window.personalbar.visible854
window.personalbar854
window.print()855
window.releaseEvents()856
window.prompt()856
window.resizeBy()858
window.resizeTo()859
window.routeEvent()860
window.scroll()862
window.scrollbars.visible864
window.scrollbars864
window.scrollBy()865
window.scrollTo()866
window.self867
window.setInterval()868
wmdow.setTimeout()869
window.statusbar870
window.status870
window.stop()871
window.statusbar.visible871
window.toolbar.visible872
window.toolbbar872
window.top873
addClient()874
第8章 Netscape的服务器端扩充874
blob875
addResponseHeader875
blob.blobImage()876
blob.blobLink()877
callC878
client879
client.destroy()880
Connection881
client.expiration()881
Connection.beginTransaction()883
Connection.commitTransaction()884
Connection.connected()885
Connection.execute()886
Connection.cursor()886
Connection.majorErrorCode()887
Connection.minorErrorCode()888
Connection.majorErrorMessage()888
Connection.minorErrorMessage()889
Connection.prototype890
Connection.release()891
Connection.rollbbackTransaction()892
Connection.SQLTable()893
Connection.storedProc()894
Connection.toString()895
Cursor896
Cursor.columnName898
Cursor.close()898
Cursor.columnName()899
Cursor.columns()900
Cursor.deleteRow()901
Cursor.insertRow()902
Cursor.next()903
Cursor.prototype……………………(903)Cursor.updateRow()904
database905
database.beginTransaction()907
database.commitTransaction()908
database.connect()909
database.connected()910
database.disconnect()911
database.cursor()911
database.execute()912
database.majorErrorMessage()913
database.majorErrorCode()913
database.minorErrorCode()914
database.prototype915
database.minorErrorMessage()915
database.rollbackTransaction()916
database.SQLTable()917
database.storedProc()918
database.storedProcArgs()919
database.toString()920
DbPool()921
DbPool.connect()923
DbPool.connected()924
DbPool.connection()925
DbPool.DbPool()926
DbPool.majorErrorCode()927
DbPool.disconnect()927
DbPool.majorErrorMessage()928
DbPool.minorErrorMessage()929
DbPool.minorErrorCode()929
DbPool.prototype930
DbPool.storedProcArgs()931
DbPool.toString()932
deleteResponseHeader()933
debug()933
File()934
File.byteToString()936
File.clearError()937
File.eof()938
File.close()938
File.exists()939
File.error()939
File.flush()940
File.getLength()941
File.open()942
File.getPosition()942
File.prototype943
File.read()944
File.readByte()945
File.setPosition()946
File.readlon()946
File.stringToByte()947
File.write()948
File.writeBylte949
flush950
File.writeln()950
getOptionValue()951
getOptionValueCount()952
Lock.isValid()953
Look()953
Lock.lock()954
Lock.prototype955
project956
Lock.unlock()956
project.lock()957
redirect()958
project.unlock()958
registerCFuncition959
request.formKey961
request.agent961
request……………………………(960)961
request.imageX962
request.ip963
request.imageY963
request.protocl964
request.method964
Resultset965
Resultset.close()966
Resnltset.columnName()967
Resultset.columns()968
Resultset.next()969
Resultset.prototype970
SendMail()971
SendMail.Body974
SendMail.Bcc974
Sen.dMail.errorCode()975
SendMail.Cc……………………(974)975
SendMail.errorMessage()976
SendMail.Organization977
SendMail.From977
SendMail.Errorsto977
SendMail.prototype978
SendMail.send()979
SendMail.ReplyTo979
SendMail.Subject980
SendMail.Smtpserver980
server981
SendMail.To981
server.host982
server.lock()983
servet.hostname983
server.unlock()984
server.protoool984
server.port984
sjs_getCGIVariable()985
ssjs_generateClientID()985
sjs_getClientID()986
Stproc987
Stproc.close()988
Stproc.outParameters()989
Stproc.outParamCount()989
Stproc.prototype990
Stproc.resultSet()991
Stproc.returnValue()992
write()993
第9章 Microsoft脚本引擎扩充995
@_jseript996
@_alpha996
@_jscript_version997
@_jscript_build997
@_mc680x0998
@_mac998
@_win16999
@_PowerPC999
@_x861000
@_win321000
@if1001
@cc_on1001
@set1002
ActiveXObject1003
Dictionary1004
Automation1004
Dictionary.Add()1005
Dictionary.Exists()1006
Dictionary.Count1006
Dictionary.Item()1007
Dictionary.Items()1008
Dictionary.Key()1009
Dictionar.Remove()1010
Dictionary.Keys()1010
Dictionary.RemoveAll()1011
Drive1012
Drive.DriveLetter1013
Drive.AvaliableSpace1013
Drive.DriveType1014
Drive.FreeSpace1015
Drive.FileSystem1015
Drive.IsReady1016
Drive.RootFolder1017
Drive.Path1017
Drive.ShareName1018
Drive.SerialNumber1018
Drive.TotalSize1019
Drives1020
Drive.VolumeName1020
Drives.Item()1021
Drives.Count1021
Enumerator1022
Enumerator.item()1023
Enumerator.atEnd()1023
Enumerator.moveFirst()1024
Enumerator.moveNext()1025
Error1026
Error.description1026
Error.number1027
File1028
File.Attributes1029
File.Copy()1030
File.DateCreated1031
File.DateLastAccessed1032
File.DateLastModified1033
File.Delete()1034
File.Drive1035
File.Move()1035
File.Name1036
File.OpenAsTextStream()1037
File.ParentFolder1038
File.Path1039
File.ShortName1040
File.ShortPath1041
File.Size1041
File.type1042
Files1043
Files.Count1044
Files.Item1045
FileSystemObject1046
FileSystemObject.BuildPath()1047
FileSystemObjectCopyFile()1048
FileSystemObject.CopyFolder()1049
FileSystemObject.CreateFolder()1050
FileSystemObject.CreateTextFile()1051
FileSystemObject.DeleteFile()1052
FileSystemObject.DeleteFolder()1052
FileSystemObject.DrivExists()1053
FileSystemObject.Drives1054
FileSystemObject.FileExists()1055
FileSystemObject.FolderExists()1056
FileSystemObject.GetAbsolutePathName()1057
FileSystemObject.GetBaseName()1058
FileSystemObject.GetDrive()1059
FileSystemObject.GetDriveName()1059
FileSystemObject.GetExtensionName()1060
FileSystemObject.GetFile()1061
FileSystemObject.GetFileName()1062
FileSystemObject.GetFolder()1063
FileSystemObject.GetParentFolderName()1064
FileSystemObject.GetSpecialFolder()1065
FileSystemObject.GetTempName()1066
FileSystemObject.MoveFile()1066
FileSystemObject.MoveFolder()1067
FileSystemObject.OpentextFile()1068
Folder1069
Folder.Attributes1070
Folder.Copy()1072
Folder.DateCreated1072
Folder.DateLastAccessed1073
Folder.DateLasModified1074
Folder.Delete()1075
Folder.Drive1075
Folder.Files1076
Folder.IsRootFolder1077
Folder.Move()1078
Folder.Name1078
Folder.ParentFolder1079
Folder.Path1080
Folder.ShortName1081
Folder.ShortPath1081
Folder.Size1082
Folder.SubFolders1083
Folder.Type1084
Folders1085
Folders.Add()1085
Folders.Count1086
Folders.Item1087
GetObject()1088
ScriptEngine()1089
ScriptEngineBuildVersion1090
ScriptEngineMajorVersion1090
ScriptEngineMinorVersion1091
TextStream1091
TextStream.AtEndOfLine1092
TextStream.AtEndOfStream1093
TextStream.Close()1094
TextStream.Column1094
TextStream.Line1095
TextStream.Read()1095
TextStream.ReadAll()1096
TextStream.ReadLine()1097
TextStream.Skip()1097
TextStream.SkipLine()1098
TextStream.Write()1099
TextStream.WriteBlankLines()1099
TextStream.WriteLine()1100
VBArray1101
VBArray.dimensions()1102
VBArray.getItem()1103
VBArray.lbound()1104
VBArray.toArray()1105
VBArray.ubound()1107
第四部分 附录1110
附录A Navigator支持的语法1110
附录B Internet Explorer支持的语法1138
附录C Opera支持的语法1158
附录D ECMAScript标准语法1172
附录E 服务器端JavaScript支持的语法1178
附录F JavaScript资源1188
F.1 一般信息1188
F.2 参考书1189
F.3 新闻组1190
F.4 代码段1190