lucerias Posted November 19, 2006 Share Posted November 19, 2006 May i know the rough working principle of modal windows? Thank you. Link to comment https://forums.phpfreaks.com/topic/27776-the-working-princple-of-modal-windows/ Share on other sites More sharing options...
wildteen88 Posted November 19, 2006 Share Posted November 19, 2006 A modelless window is basically a secound window (with is the child of the parent window), example of this would be a popup. [url=http://www.dynamicdrive.com/dynamicindex8/modelesswin.htm]Example Clicky[/url]A model window is a window that pops up but doesn't allow you to minimize/hide it, like you can with a modelless window. An example of this would be a when your computer gets an error message. You have to click the OK button to close the window in order to continue what you where doing. Link to comment https://forums.phpfreaks.com/topic/27776-the-working-princple-of-modal-windows/#findComment-127096 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.