<cfwindow>
Creates a pop-up window in the browser.
Does not create a separate browser pop-up instance.
This tag may have a body.
This tag has no <cfscript> support or it uses a different syntax.
Requires Extension: Ajax Extension
<cfwindow
name=string
title=string
source=string
onbinderror=string
modal=boolean
refreshonshow=boolean
width=numeric
height=numeric
minwidth=numeric
minheight=numeric
initshow=boolean
resizable=boolean
draggable=boolean
jslib=string
x=numeric
y=numeric
buttons=string
><!--- body --->[</cfwindow>]
Examples
There are currently no examples for this tag.See also
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)