dedecms里上传完图片后style="cursor:pointer" onclick="window.open……怎么去掉哇
的有关信息介绍如下:
修改
织梦根目录\include\FCKeditor\editor\dialog
下的dede_image.php文件
查找$imgHtml这个变量,在文件的中间部分,然后把这个变量的值该删的删该留的留,一共有三个地方需要改,都连着的,很容易改。
把 style=\"cursor:pointer\" onclick=\"window.open('$urlValue')\" 这一部分删掉就可以了



