www.fgks.org   »   [go: up one dir, main page]

dragDrop Method

Initiates a drag event.

Syntax

bDragOK = object.dragDrop()

Return Value

ABoolean. Returns one of the following values.

trueDrag operation was completed successfully.
falseDrag operation was cancelled.

Remarks

You can use this method to fire the ondragstart event. If the event is not cancelled, a drag operation is started. The method returns true when the mouse is released. If the ondragstart event is cancelled, the method returns false immediately.

Standards Information

There is no public standard that applies to this method.

Applies To

A, AREA, BASEFONT, BGSOUND, BODY, BR, BUTTON, CAPTION, COL, COMMENT, DD, DIV, DT, EMBED, FONT, FORM, FRAME, HEAD, HR, HTML, IFRAME, IMG, INPUT type=button, INPUT type=checkbox, INPUT type=file, INPUT type=image, INPUT type=password, INPUT type=radio, INPUT type=reset, INPUT type=submit, INPUT type=text, ISINDEX, LABEL, LEGEND, LI, MAP, MARQUEE, META, OBJECT, OL, OPTION, P, SCRIPT, SELECT, SPAN, STYLE, TABLE, TD, TEXT, TEXTAREA, TITLE, TR, UL


MSDN Library
Web Development
HTML and CSS
HTML and DHTML Reference
Methods
dragDrop