Re: Image Map Problem

  •  07-01-2009, 1:06 AM

    Re: Image Map Problem

    Hi
     Resolved this issue by updating the dialog_imagemap.js file.
     Search the code "if(!Browser_IsWinIE()){"
    And replace it with this.
    //if(!Browser_IsWinIE())

    //{

    editor.InsertElement(oImg) ;

    //} ;
    This will solve the problem.
     
    This issue is resolved on my side in both 6.3 and 6.4 version
     
    Thanks
    Yuvika
View Complete Thread