Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Initiates a drag event.
Syntax
bDragOK = object.dragDrop()
Return Value
Boolean. Returns one of the following values:
true Drag operation was completed successfully.
false Drag 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 immediately returns false.
Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |