Below is an example of the html code that I use on my web page.
<!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 and images''''''
</body>
</html>
When I use to download the above code in firefox, it works fast ... it means which load on the web page will be displayed.
but in Internet explorer all the code is processed after loading only the page ...
How can I make my code the same as firefox?
hoping for your answer
Alex
source
share