Image Javascript Link for IE

Hi, I have an image in excell, according to documentation I can use the following format so that the user click on the image, it triggers a javascript.

some.gif^alt text^javascript:doSomething()^_self

However, this only works on firefox. On IE, it opens up a new window and put “javascript:doSomething()” in the url.

We cannot reproduce this issue locally. Following format works as expected:

green.gif^Image^javascript:alert(1);^_self

When you click off alert window, it is going to show in a blank browser window with
javascript:alert(1) as the url. The ideal behavior is not to show the browser window at all.

When you click off alert window, it is going to show in a blank browser window with
javascript:alert(1) as the url
We cannot reproduce this issue locally. Please check if you are using latest version of dhtmlxGrid