개체가 선택되기 시작하면 발생한다.


이벤트 속성
object.onselectstart=handler JScript 만-
object.onselectstart=GetRef('handler') VBScript 5.0-
인라인 HTML <ELEMENT onselectstart="handler"> 모든 플랫트폼
명명된 스크립트 <SCRIPT for=object event=onselectstart> Explorer-
이벤트 특성
Bubbles 있슴
취소 가능
발생 원인 한개 이상의 개체가 선택되면 발생
디폴트 작용 선택된 개체로 이동하고 역전된다.
HTML 규격 비규격 IE 확장.

event
onselectstart 이벤트
onselectstart</b> 이벤트
공통
이전페이지로페이지 맨위로페이지 맨아래로

DHTML 개체 모델에서 이벤트처리자는 파라메터들을 직접 받지는 못해도, event개체의 쿼리를 사용할 수 있다.

altKey ALT 키가 눌렸는가를 반환하거나 설정한다.
altLeft 왼쪽 ALT 키가 눌렸는가를 반환하거나 설정한다.
cancelBubble 현재 이벤트가 이벤트처리자들의 계통도에서 버블업(bubble up)하여야 하는가를 반환하거나 설정한다.
clientX 윈도우 장식과 스크롤바를 제외한 사용자 지역에 상대적 마우스포인터 수평 좌표를 반환하거나 설정한다.
clientY 윈도우 장식과 스크롤바를 제외한 사용자 지역에 상대적 마우스포인터 수직 좌표를 반환하거나 설정한다.
ctrlLeft 왼쪽 CTRL 키가 눌렸는가를 반환하거나 설정한다.
offsetX 이벤트가 발생된 개체에 마우스포인터의 상대적인 위치(오프세트) 수평 좌표를 반환하거나 설정한다.
offsetY 이벤트가 발생된 개체에 마우스포인터의 상대적인 위치(오프세트) 수직 좌표를 반환하거나 설정한다.
returnValue 이벤트로 부터의 반환값을 반환하거나 설정한다.
screenX 사용자 스크린에 상대적인 마우스포인터의 수평 위치를 반환하거나 설정한다.
screenY 사용자 스크린에 상대적인 마우스포인터의 수직 위치를 반환하거나 설정한다.
shiftLeft 왼쪽 SHIFT 키가 눌렸는가를 반환하거나 설정한다.
srcElement 이벤트를 발생시킨 개체를 반환하거나 설정한다.
type 이벤트 개체의 이벤트 명칭을 반환하거나 설정한다.
x 상대적으로 위치한 모체 개체에 상대적인 위치 수평 좌표를 반환하거나 설정한다.
y 상대적으로 위치한 모체 개체에 상대적인 위치 수직 좌표를 반환하거나 설정한다.
적용
개체scriptHTMLIE
aa.onselectstart=sCode<A onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
acronymacronym.onselectstart=sCode<ACRONYM onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
addressaddress.onselectstart=sCode<ADDRESS onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
areaarea.onselectstart=sCode<AREA onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
bb.onselectstart=sCode<B onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
bdobdo.onselectstart=sCode<BDO onselectstart=sCode>IE5(win16,win32,unix,mac)
bigbig.onselectstart=sCode<BIG onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
blockQuoteblockQuote.onselectstart=sCode<BLOCKQUOTE onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
bodybody.onselectstart=sCode<BODY onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
buttonbutton.onselectstart=sCode<BUTTON onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
captioncaption.onselectstart=sCode<CAPTION onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
centercenter.onselectstart=sCode<CENTER onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
citecite.onselectstart=sCode<CITE onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
codecode.onselectstart=sCode<CODE onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
customcustom.onselectstart=sCode<CUSTOM onselectstart=sCode>IE5(win32,unix)
dddd.onselectstart=sCode<DD onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
deldel.onselectstart=sCode<DEL onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
dfndfn.onselectstart=sCode<DFN onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
dirdir.onselectstart=sCode<DIR onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
divdiv.onselectstart=sCode<DIV onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
dldl.onselectstart=sCode<DL onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
dtdt.onselectstart=sCode<DT onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
emem.onselectstart=sCode<EM onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
fieldSetfieldSet.onselectstart=sCode<FIELDSET onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
fontfont.onselectstart=sCode<FONT onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
formform.onselectstart=sCode<FORM onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
hnhn.onselectstart=sCode<hn onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
hrhr.onselectstart=sCode<HR onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
ii.onselectstart=sCode<I onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
imgimg.onselectstart=sCode<IMG onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
buttonbutton.onselectstart=sCode<INPUT type=button onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
checkboxcheckbox.onselectstart=sCode<INPUT type=checkbox onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
FileUploadFileUpload.onselectstart=sCode<INPUT type=file onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
imageimage.onselectstart=sCode<INPUT type=image onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
passwordpassword.onselectstart=sCode<INPUT type=password onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
radioradio.onselectstart=sCode<INPUT type=radio onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
resetreset.onselectstart=sCode<INPUT type=reset onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
submitsubmit.onselectstart=sCode<INPUT type=submit onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
texttext.onselectstart=sCode<INPUT type=text onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
kbdkbd.onselectstart=sCode<KBD onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
labellabel.onselectstart=sCode<LABEL onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
lili.onselectstart=sCode<LI onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
listinglisting.onselectstart=sCode<LISTING onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
mapmap.onselectstart=sCode<MAP onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
marqueemarquee.onselectstart=sCode<MARQUEE onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
menumenu.onselectstart=sCode<MENU onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
nextIDnextID.onselectstart=sCode<nextID onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
noBRnoBR.onselectstart=sCode<NOBR onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
ObjectObject.onselectstart=sCode<OBJECT onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
olol.onselectstart=sCode<OL onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
OptionOption.onselectstart=sCode<OPTION onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
pp.onselectstart=sCode<P onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
plainTextplainText.onselectstart=sCode없음IE4.0(win16,win32,ce,unix,mac)
prepre.onselectstart=sCode<PRE onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
qq.onselectstart=sCode<Q onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
rtrt.onselectstart=sCode<RT onselectstart=sCode>IE5(win16,win32,unix,mac)
rubyruby.onselectstart=sCode<RUBY onselectstart=sCode>IE5(win16,win32,unix,mac)
ss.onselectstart=sCode<S onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
sampsamp.onselectstart=sCode<SAMP onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
selectselect.onselectstart=sCode<SELECT onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
smallsmall.onselectstart=sCode<SMALL onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
spanspan.onselectstart=sCode<SPAN onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
strikestrike.onselectstart=sCode<STRIKE onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
strongstrong.onselectstart=sCode<STRONG onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
subsub.onselectstart=sCode<SUB onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
supsup.onselectstart=sCode<SUP onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
tabletable.onselectstart=sCode<TABLE onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
tBodytBody.onselectstart=sCode<TBODY onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
tdtd.onselectstart=sCode<TD onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
textAreatextArea.onselectstart=sCode<TEXTAREA onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
tFoottFoot.onselectstart=sCode<TFOOT onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
thth.onselectstart=sCode<TH onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
tHeadtHead.onselectstart=sCode<THEAD onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
trtr.onselectstart=sCode<TR onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
tttt.onselectstart=sCode<TT onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
uu.onselectstart=sCode<U onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
ulul.onselectstart=sCode<UL onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
varvar.onselectstart=sCode<VAR onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)
xmpxmp.onselectstart=sCode<XMP onselectstart=sCode>IE4.0(win16,win32,ce,unix,mac)


event
onselectstart 이벤트
onselectstart</b> 이벤트
속성
이전페이지로페이지 맨위로페이지 맨아래로
event
onselectstart 이벤트
속성공통
이전페이지로페이지 맨위로
최종 수정:
07/18/2025 00:44:20
KoXo Homepage
All right reserved
비정상적인 방식으로 프레임없이 페이지에 접속하면 자주 오류가 발생됩니다.
오류가 나면 정상적 접속으로 시도해 보세요.
http://koxo.com/lang/js/event/onselectstart.html