| |
| | Working with Windows, Frames, and Dialog Boxes |
 | | Dialog boxes are useful for soliciting input from the user in a way that does not obscure the information in the current window. |
 | | An alternate way to pass multiple values between the original window and the dialog box is to concatenate those values into a single string, and leave it to the documents to parse the string and extract the values. |
 | | Although the position, width, and height of a dialog box are typically set by the parent document, you can retrieve and change these settings from within the dialog box itself using the dialogLeft, dialogTop, dialogWidth, and dialogHeight properties. |
| msdn.microsoft.com /workshop/author/om/windows_frames_dialogs.asp (3322 words) |
|