mbharathiraj
15 Feb 2012, 12:19 PM
Internet Explorer 8 - Whenever I refresh the extjs application in a frame, the memory keep on increasing. Just to make sure it's not causing from my app I did a test only with ext-all.js and ext-all.css. Below is the simple test case. Can anyone please explain me the reason?
<html>
<head></head>
<frameset>
<frame src="testext.html" />
</frameset>
</html>
testext.html:
<html>
<head>
<link rel="stylesheet" type="text/css" href="ext4/resources/css/ext-all.css" />
<script type="text/javascript" src="ext4/ext-all.js"></script>
</head>
</html>
<html>
<head></head>
<frameset>
<frame src="testext.html" />
</frameset>
</html>
testext.html:
<html>
<head>
<link rel="stylesheet" type="text/css" href="ext4/resources/css/ext-all.css" />
<script type="text/javascript" src="ext4/ext-all.js"></script>
</head>
</html>