Whatever message this page gives is out now! Go check it out!

ColdFusion.Window.destroy

Last update:
May 18, 2026

Description

Destroys a window instance

Function syntax

ColdFusion.Window.destroy(windowName[, destroyElement])

See also

History

ColdFusion 8 update 1: Added this function

Parameters

Parameter
Description
windowName
The name of the window to destroy
destroyElement
A Boolean value specifying whether the HTML element associated with the window should also be destroyed. The default value is false.

Returns

This function does not return a value.

Usage

Use this function to destroy a window instance. ----

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page