Results 1 to 3 of 3

Thread: ModalDialog with no title bar

  1. #1
    Join Date
    Apr 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ModalDialog with no title bar

    Hi. I am trying to get a modalDialog with no titlebar in it. I am using showModalDialog method. I don't need to have a titlebar into that modal. I want to know some way to do that using javascript. As we can remove status part from the modalDialog, is there any way we can completely omit the titlebar also?? i want to do that because i don't want user to close the dialog by clicking on the close(X) button on the right corner. They will be closing the dialog through the cancel button that i have on my modeldialog. Please help with it. Thanks.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Don't use showModalDialog(). It's IE-only. Try the DHTML Window script here at DD instead. You can remove the titlebar from it and stop it losing focus without too much trouble.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Not really, the title bar is now a security feature:

    http://msdn.microsoft.com/library/de...lessdialog.asp

    That's MS page on modal dialogue, no mention of removing the title bar. You may be able to remove the title bar in some browsers using title=0 with the window.open() method but, most browsers will not allow it.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •