I am trying to execute Javascript in my web application by executing it in the url / address bar of the browser:
javascript:window.alert('test');void(0);
However, nothing happens and the warning window does not appear? Could the reason that the application is running in DevMode?
javascript gwt
xybrek Sep 13 '13 at 9:01 2013-09-13 09:01
source share