Tag <CFWINDOW>
Creates a pop-up window in the browser. Does not create a separate browser pop-up instance.
Body
This tag may have a body.
Example
<cfWindow [buttons="string"] [draggable="boolean"] [height="numeric"] [initshow="boolean"] [jslib="string"] [minheight="numeric"] [minwidth="numeric"] [modal="boolean"] [name="string"] [onbinderror="string"] [refreshonshow="boolean"] [resizable="boolean"] [source="string"] [title="string"] [width="numeric"] [x="numeric"] [y="numeric"]> [</cfWindow>]
Attributes
The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
| Name | Type | Required | Description |
|---|---|---|---|
| buttons | string | No | |
| draggable | boolean | No | |
| height | numeric | No | |
| initshow | boolean | No | |
| jslib | string | No | |
| minheight | numeric | No | |
| minwidth | numeric | No | |
| modal | boolean | No | |
| name | string | No | |
| onbinderror | string | No | |
| refreshonshow | boolean | No | |
| resizable | boolean | No | |
| source | string | No | |
| title | string | No | |
| width | numeric | No | |
| x | numeric | No | |
| y | numeric | No |