Hi all,
I am trying to open new tab in the same browser. For this I have written custom service and in this service I implemented javascript to open new tab in the browser. But it doesn't support window.open() function. I was getting below error :
sun.org.mozilla.javascript.internal.EcmaError: ReferenceError: "alert" is not defined. (<Unknown source>#1) in <Unknown source> at line number 1
Now I am trying with different approach. In D2-Config when we add any custom menu, under Parameters frame we have Action we can set the values as JS. But the question is how to invoke the javascript where it will reside? Waiting for the reply
Thanks