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

ColdFusion.Window.show

Last update:
May 18, 2026

Description

Shows a window that is currently hidden.

Function syntax

ColdFusion.Window.show(name)

See also

History

ColdFusion 8: Added this function

Parameters

Parameter
Description
name
The name attribute of the window to show.

Returns

This function does not return a value.

Usage

This function shows a window that you created with an initShow attribute or parameter value of false, or that you hid by calling the ColdFusion.Window.hide function. It does not show a window that a user closed by clicking the X icon on the title bar.This function has no effect if the window is already shown.

Example

See the example at ColdFusion.Window.hide

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