Web Analytics Made Easy -
StatCounter supressing window.close message box - CodingForum

Announcement

Collapse
No announcement yet.

supressing window.close message box

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • supressing window.close message box

    Is there a way to suppress The automatic message box that pops up in IE when a window is closed ('The Web Page you are viewing is trying to close The widow. Do you want to close this window')? Or, is there a way to effect a window close onClick without triggering this message?

  • #2
    <HEAD>

    <OBJECT id=closes type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
    <PARAM NAME="Command" VALUE="Close"></OBJECT>

    </HEAD>
    <BODY>

    <A HREF="#" onClick="closes.Click();">

    </BODY>
    Quيet Storm Designs ~ Art is not what you see, but what you make others see.
    · the Storms· || ·Ultraviolent Winter· || ·Was Einstein Wrong?· || ·It´s About Time!·

    Comment


    • #3
      thank you Quiet Storm

      Comment

      Working...
      X