Hi,
I am experiencing issue on mouse busy icon on Internet Explorer. On my website, when I try to open a new window, the mouse busy icon continously appears and only disappears if I move my mouse or perform any movement on my screen. I observed that I can recreate the issue on IE 9 and 10 but not on the previous versions. I am wondering if the meta tags on my page affect this issue?
Here are the sample metatags
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>
<%=GetTitle(Me)%></title>
<meta content="text/html; charset=windows-1252" http-equiv="Content-Type" />
<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR" />
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE" />
<meta content="JavaScript" name="vs_defaultClientScript" />
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema" />
Do you have any idea what could be the cause? I already debug the page but it seems that there are no any hanging background process on the page and there are no errors on the Console of IE 10.