<script type="text/javascript">
$(function() {
$.post("CacheDemo.aspx", { "strWidth": window.screen.width,"strHeight":window.screen.height }, function(data, status) {
if (status == "success") {
}
})
})
</script>
<script type="text/javascript">
$(function() {
$.post("CacheDemo.aspx", { "strWidth": window.screen.width,"strHeight":window.screen.height }, function(data, status) {
if (status == "success") {
}
})
})
</script>