I'm using the following code in my web page:
<!DOCTYPE html>
<html>
<head>
<title>JSTest</title>
</head>
<body>
<input type="button" value="Alert Test" onclick="javascript: alert('JustTesting')" />
</body>
</html>
When I click on the button no javascript alert is displayed. There are no javascript errors when running the debugger.
On any other PC such as full Windows 7, Windows XP, etc... using IE 8 (or any other IE) it works as expected.
It seems related to the IE on our Windows Embedded Standard 7 OS.
The interesting thing is that on all pages we have tested, javascript runs and does everything it is supposed to do (ajax calls etc...) except display the alert dialog. There are no errors in the debugger.
The code in on a Windows 2008 on our local network. I have added url to the websites in the local intranet zone. The zone settings are at their default values. I have also tried running on the Internet zone and Trusted Sites. In all zones its still the same issue.
Any suggestions would be greatly appreciated.