Having issue with cfwindow.
Created the function called
function makeWindow(windowname, windowTitle,goWhere,width4window,
height4window) {
ColdFusion.Window.create(windowname,windowTitle,goWhere,
{refreshOnShow:true,center:true,modal:true,width:width4window,height:height4window});
}
and making a call to the function
<cfoutput>makeWindow('summary','Project
Summary','#request.self#?fuseaction=#attributes.XFA.btnSummary#&project_id='+MyProjID,700,500);</cfoutput>
The problem is when this window opens its not refreshOnShow.
if i open this window. Inside that window I have a form, i submit the form
saw the confirmation page, and closed the window.
now if ever I come back to same window, it shows me the confirmation page,
not the form page.
Also is there any way to get the window name from Javascript?
Any trick to close the window if you don't know the name of the window? or
just to check if this window is open or not?
Thanks.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288489
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4