Quantcast
Channel: Adobe Community : Discussion List - ColdFusion
Viewing all articles
Browse latest Browse all 6243

cf9 cfwindow issue in ie7 ie8 ie9 works in ie10

$
0
0

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

 


Viewing all articles
Browse latest Browse all 6243

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>