My HTA Application shows script errors when it starts, But when i open the same application in Internet Explorer 11 it works fine
<html><head>
<meta http-equiv="x-ua-compatible" content="IE=11" />
<hta:application
ID="oHTA"
border="thin"
borderstyle="normal"
caption="yes"
ICON="favicon.ico"
maximizebutton="yes"
minimizebutton="yes"
showintaskbar="yes"
windowstate="maximize"
APPLICATIONNAME="The Earnest School"
innerborder="yes"
navigable="yes"
navigation="yes"
SYSMENU="yes"
SELECTION="no"
CONTEXTMENU="no"
SCROLL="auto"
scrollflat="yes" />
<title>Welcome - School App</title>
<style type="text/css">
html,body,iframe{height:100%; margin:0; padding:0}
body, input {
font-family: 'open sans','Segoe UI',Verdana,Arial,sans-serif;
letter-spacing: 1px;
}
div{height:100%; background:#fff; width:100%}
</style>
</head>
<body style=">
<div>
<iframe application="yes" src="http://www.dxbdreams.com" height="100%" width="100%" marginwidth="0" marginheight="0" frameborder="0"></iframe>
</div>
</body>
</html>
I have internet exploror 11 in my windows 7, Please help.