window.create errors
trying open ajax popup using code below, i'm getting error: error processing javascript in markup element mywin_body: [enable debugging adding cfdebug url parameters...
< cfform name="form1" method="post" action="nextpage.cfm">
<cfajaximport tags="cfwindow">
<cfinput type="button" name="btnchangeclear" value="change/clear"
onclick="coldfusion.window.create( 'mywin', 'my window',
'http://localhost/mysite/mypopup.cfm',
{x:100,y:100,height:200,width:350,modal:true,closable:false,
draggable:true,resizable:true,center:true,initshow:true,
minheight:200,minwidth:200 })">
</cfform>
i can browse mypopup.cfm fine if open directly.
i've never used ajax controls on site before, need install/enable something?
More discussions in ColdFusion
adobe
Comments
Post a Comment