Hi all,
I have an aspx file which contains both Javascript & HTML Content.
Since IE caches all .js files, i extracted the javascript content from my aspx file into a seperate .js file and referred the same in my aspx too..
<script language="javascript" src="../lorappresultsmanagement/resulttab.js"></script>
Now the problem at runtime is that in a IE7 version it works fine but the page fails to render in IE6.
Somebody please help me on this...
Thanks in advance,
Kiruba