Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

ACC2000: Microsoft Script Editor Does Not Execute the OnBeforeUnload Window Event Procedure


View products that this article applies to.

This article was previously published under Q225891
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).

Moderate: Requires basic macro, coding, and interoperability skills.

↑ Back to the top


Symptoms

When you click Quick View in the Microsoft Script Editor to view a data access page, the onbeforeunload window event is not executed.

↑ Back to the top


Resolution

After you save the data access page:
  • Click View In Browser on the View menu in the Microsoft Script Editor.
  • Click Page View on the View menu in Microsoft Access.
  • Load the page directly in Microsoft Internet Explorer 5 or later.

↑ Back to the top


More information

If you view a data access page in Microsoft Access, both the onbeforeunload and the onunload window events are executed. If you view the data access page directly in Internet Explorer 5 or later, both events are also executed. But if you click Quick View in the Microsoft Script Editor, only the onunload event is executed; the onbeforeunload event is not executed.

Steps to Reproduce the Behavior

CAUTION: If you follow the steps in this example, you modify the sample database Northwind.mdb. You may want to back up the Northwind.mdb file and follow these steps on a copy of the database.

  1. Open the sample database Northwind.mdb.
  2. In the Database window, click Pages under Objects, click the View Products page, and then click Design View.
  3. On the Tools menu, point to Macro, and then click Microsoft Script Editor.
  4. On the View menu in the Microsoft Script Editor, point to Other Windows, and then click Script Outline.
  5. In the Script Outline window, scroll down and expand the window node.
  6. Double-click onbeforeunload, and then type the following script:
    MsgBox "On Before Unload"
    					
  7. Double-click onunload, and then type the following script:
    MsgBox "On Unload"
    					
  8. Click the Quick View tab at the bottom of the Microsoft Script Editor.
  9. Click the Source tab at the bottom of the Microsoft Script Editor.
Note that only the message box in the onunload window event is executed. The message box in the onbeforeunload window event is not executed.

↑ Back to the top


Keywords: KB225891, kbdapscript, kbpending, kbdap, kbbug

↑ Back to the top

Article Info
Article ID : 225891
Revision : 2
Created on : 6/29/2004
Published on : 6/29/2004
Exists online : False
Views : 372