.
JS001  ความรู้เบื้องต้นเกี่ยวกับจาวาสคริปต์
JS002 รูปแบบการเขียนจาวาสคริปต์
JS003 คำสั่งกำหนดเงื่อนไข
JS004 การเขียนฟังก์ชั่นแบบมี
         
 พารามิเตอร์

JS005 เทคนิคพิเศษสำหรับ
          
Internet Explorer และ รูปภาพ

JS006 การสร้างแบบฟอร์มเอกสาร
           (
Form )

JS007 การเขียนโปรแกรมเพื่ออ่าน
          
Source Code

JS008 สรุปคำสั่งจาวาสคริปต์
JS009 เทคนิคพิเศษ
          Test           



 
 
 

จาวาสคริปต์

สรุปคำสั่งจาวาสคริปต์

Object

Properties

Methods

Event Handlers

Window

 

 

 

 

 

 

 

Frame

 

 

 

 

 

Location

defaultStatus

frames

opener

parent

scroll

self

status

top

window

defaultStatus

frames

opener

parent

scroll

self

status

top

window

hash

host

hostname

href

pathname

port

protocol

search

alert

blur

close

confirm

focus

open

prompt

clearTimeout

setTimeout

alert

blur

close


confirm

focus

open

prompt

clearTimeout

setTimeout

reload

replace

onLoad

onUnload

onBlur

onFocus

 

 

 

 

 

 


none

 

 

 

 

 

none

 

 

 

 

 

Object

Properties

Methods

Event Handlers

History

 

 

Navigator

 

 

 

 

 

mineTypes

 

 


plugins

 

 

document

 

 

 

 

 

length

 

 

appCodeName

appName

appVersion

mineTypes

plugins

userAgent

description

 


enabledPlugin

type

suffixes

description


filename

length

name

alindColor

anchors

applets

area

bgColor

cookie

fgColor

forms

images

lastModified

linkColor

back

forward

go


javaEnabled

 

 

 

 




none

 





refresh

 

 

clear

close

open

write

writeln

 

 

 

none

 

 

none

 

 

 







none

 

 


none

 




none

 

 

 

 

 

 

 

 

Object

Properties

Methods

Event Handlers

 

 

 

 




applet

image

 

 

 

 

 

 




form

 

 

 

 


button

links

location

referrer

title

vlinkColor

dependent on

applet

border

complete

height

hspace

lowsrc

name

src

vspace

width

action

elements

encoding

FileUpload

method

name

target

name

type

value

 

 

 

 


dependent on

applet

none

 

 

 

 

 

 


submit

reset

 

 

 



click

 

 

 

 


none

none

 

 

 

 

 

 




onSubmit

onReset

 

 

 




onClick

 






Object

Properties

Methods

Event Handlers

checkbox

 

 

 

FileUpload

hidden

 

 

password

 

 

radio

 


 

reset

 


select

checked

defaultChecked

name

type

value

name

value

defaultValue

name

type

value

defaultValue

name

type

value

checked

defaultChecked

name

type

value

name

type

value

length

name

options

selectedlndex

type

click

 

 

 

none

none

 

 

blur

focus

select

click

 

 

 


click

 


none

 

 

onClick

 

 

 

none

none

 

 

onBlur

onChange

onFocus

onSelect

onClick

 

 



onClick

 



onBlur

onChange

onSelect

Object

Properties

Methods

Event Handlers

options

 

 

 

 

 

submit

 

text

 

 

textarea

 


link

defaultSelected

index

length

name

selected

text

value

name

type

value

defaultValue


name

type

value

defaultValue

name

type

value

hash

host

hostname

href

pathname

port

protocol

search

target

none

 

 

 

 

 

click

 

focus

blur

slect

focus

blur

select

none

none

 

 

 

 

 

onClick

 

onBlur

onChange

onFocus

onSelect

onBlur

onChange

onFocus

onSelect

onClick

onMouseOut

onMouseOver

 

Object

Properties

Methods

Event Handlers

area

 

 

 

 

 

 


anchor

hash

host

hostname

href

pathname

port

protocol

search

target

none

none

 

 

 

 

 

 


none

onClick

onMouseOut

onMouseOver

 

 

 

 

 

none

Built-in Objects

Object

Properties

Methods

Event Handlers

Array

 


Date

length

 


none

join

reverse

sort

getDate

getDay

getHours

getMinutes

getMonth

getSeconds

getTime

getTimeZoneoffset

none

 


none

 

 

 

 

 

 

 

 

Object

Properties

Methods

Event Handlers

 

 

 

 

 

 

 

 

 

 

 

 




Math

 

 

 

 

 

 

 

 

 

 

 

 

E

LN10

LN2

PI

SQRTI_2

SQRT2

getYear

parse

prototype

setDate

setHours

setMinutes

setMonth

setSeconds

setTime

setYear

toGMTString

toLocaleString

UTC

abs

acos

asin

atan

atan2

ceil

cos

exp

floor

log

max

min

pow

random

round

 

 

 

 

 

 

 

 

 

 

 

 

none

 

 

 

 

 


Object

Properties

Methods

Event Handlers

 

 

 





String

 

 

 

 

 

 

 

 

String

 

 

 

 

 

length

prototype

sin

sqrt

tan

toString

anchor

big

blink

bold

charAt

fixed

fontColor

fontSize

indexOf

ltalics

small

split

strike

sub

toLowerCase

toUpperCase

 

 

 

 

none

 

 

 

 

 

 

 

 

 

 

 

สัญลักษณ์แสดงการทำงาน

เครื่องหมาย ความหมาย

 

บวก +

ลบ -

คูณ *

หาร /

มากกว่า >

น้อยกว่า <

มากกว่าหรือเท่ากับ >= น้อยกว่าหรือเท่ากับ <=

เท่ากับ = =

ไม่เท่ากับ !=

AND (และ) &&

OR (หรือ) ||

NOT (ไม่) !

การใช้สัญลักษณ์แทนความหมาย

 

X = Y X = Y

X+ = Y X = X+Y

X- = Y X = X-Y

X* = Y X = X*Y

X/ = Y X = X/Y

X% = Y X = X%Y

X<<= Y X = X<<Y

X>>= Y X = X>>Y

X& = Y X = X&Y


                                                                                                                                                                  
 

สำนวนในจาวาสคิปต์

abstract

boolean

break

byte

case

catch

char

calss

const

continue

default

do

double

else

extends

false

final

Finally

Float

For

Function

Goto

If

Impliments

Import

In

Instance of

Int

Interface

Long

Native

New

Null

Package

Private

Protected

Public

Return

static

super

switch

synchronized

this

throw

throws

transient

true

try

var

void

while

with

                                                                                                                                              

          Test           


All Right Reserved 2003  Support IE5.0 or Higher  Best Preview 800x600 Pixl
                          
แนะนำติชม: ดร.ปรัชญนันท์  นิลสุข : pruchyanun@hotmail.com