i have a cfwindow that works fine in ie10 but when i went to test it in other browsers (not that i wanted to ) but it didnt work at all , i did get this error
cfajax.js, line 90 character 1
here is my code.
....
<cfajaximport tags="cfwindow">
....
ColdFusion.Window.create(
win,
'spare parts desc',
splink,
{
height:h,
width:700,
modal:true,
closable:true,
draggable:true,
resizable:true,
center:true,
initshow:true,
y:tempY
}
)
winname=win;
return false;
...
is there a solution to make this work in ie7 , ie8 or ie9 without breaking what is working in ie10