Results 1 to 2 of 2

Thread: About DHTML windows

  1. #1
    Join Date
    Oct 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default About DHTML windows

    http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/ the code is right here, can i ask one thing?

    I want to have this code with one more button: maximize button, Or any one know any code contain a dragable windows, resizable, minimize, close, maximize.
    Just like a real windows but in javascript.

    one big thing is the script must close windows completely so i can using iframe and no worry about music player can play continuously after closing the window (the div only hide).

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    With regards to adding a maximize function to the window, there's a few threads on this already:

    http://www.dynamicdrive.com/forums/s...ad.php?t=37670
    http://www.dynamicdrive.com/forums/s...ad.php?t=13406

    Onto the 2nd part of your question, for IFRAME based windows, opening and closing one should destroy/ re-create the IFRAME entirely, so any music played inside it should also stop when the window is closed.
    DD Admin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •