ドラッグできる子ウィンドウ表示

ボタンを押すと、ドラッグ可能な子ウィンドウが表示されます。

閉じる What does DOM stand for?
The Document Object Model. This means that we are developing a model in which the document or Web page contains objects (elements, links, etc.) that can be manipulated.
閉じる Why should I support or use the DOM?
The DOM API provides a standardized, versatile view of a document's contents. By supporting the DOM API, a program not only allows its data to be manipulated by other routines, but does so in a way that allows those manipulations to be reused with other DOMs, or to take advantage of solutions already written for those DOMs.
閉じる What is the difference between DHTML and the DOM?
Dynamic HTML (DHTML) is a term used by some vendors to describe the combination of HTML, style sheets and scripts that allows documents to be animated. The scripting interfaces provided in DHTML have a significant overlap with the DOM, particularly with the HTML module.