BusyBox Demo 2
Home Demo Page


These links demonstrate how to directly call the busy box methods using javascript.

Enabled:
Show()
Hide()
StartAnimate()
StopAnimate()

Sample page elements that are Absolutely positioned. These are to show how the BusyBox appears OVER and not under these controls.

These buttons and links will only show the busy box if the body's onbeforunload event is on.  This demonstrates how the body's onbeforeunload may be used as a general page default action for any control on the page.
(Note: It must be enabled)





Long Processing Page 2 via HyperLink

These buttons and links will show the busy box even if the body's onbeforeunload is off.  This demonstrates how the busy box can be fired by only certain buttons or links.  To test correctly, uncheck the onbeforeunload demo option before clicking any of these controls.
(Note: It must be enabled)





Long Processing Page 2 via HyperLink


These links will demonstrate how to open another window (popup window) without showing the busybox.  By returning a false value in the onclick event you prevent the body's onbeforeunload event from firing.

Open popup window using an Anchor <A> tag.

Open popup window using a ASP.NET Hyperlink control.