My .Net website is having hundreds of pages where I have used WebDialogWindow. I have tested my website on IE6, IE7 and IE8. Everything seems to be working but on the client machine the website is throwing Java errors. That machine is having IE 8.
Can anyone please suggest me if any security settings to be modified to make the Dialog's work ?????
FYI I am have installed "NetAdvantage ASPNET 20083 CLR35". The full assembly version is 8.3.20083.1009.
However on turning on the IE 8 "Compatibility View" the website works fine on client's machine also .
The WebDialogWindow is placed inside a UpdatePanel and should appear on a linkbutton click but on client's machine it throws a javascript error and never loads.
Any suggestions please?