Attempting to run Javascript in my web application by entering the following in the browser URL/address bar:
javascript:window.alert('test');void(0);
Despite this, the alert box fails to display. Is it possible that the application is in DevMode?