Can't open new window

Hey, I can not open new window when use this in my view

array(

     	'name'=>'Action',


       	 'type'=>'raw',


	    'value'=>'CHtml::link(view, "http://abc.com", array("target"=>"_blank"))'


	 	


    	),

Have you tried in other browsers? Does the generated HTML contain the target="_blank" attribute?

I tried but same problem

array(

‘name’=>‘Action’,

‘type’=>‘raw’,

‘value’=>‘CHtml::link(View,array(target=>"_blank"),http://abc.com")’