CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2001
    Posts
    10

    avoid warning msgbox while closing window?

    Hi everyone,

    Can somebody tell me how to avoid the waring message box while the script like bellow tries to close the window?


    <html>
    ......
    <script>
    window.close();
    </script>
    .....
    </html>


    Thanks a lot in advance. Hoping reciving you help soon.

  2. #2
    Join Date
    Jan 2002
    Location
    Helsinki, Finland
    Posts
    99
    http://www24.brinkster.com/zvona/htmlexa.asp?article=04

    If above link seems not to work, copy it and paste to a new window.
    Zvona - First aid for client-side web design

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured