hi, Below is the sample html code i using in my webpage
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" >
''''' Many tables and data's and images''''''
</body>
</html>
When i use to load above code in firefox , it working fast... that means, what load in the webpage it will display.
but in internet explorer, all code is worked then after only page load...
How i can make my code same like firefox?
hoping your response,
alex