I have a one.html which is HTML page, in the middle of it there is a "iFrame" which has a "src="http://.../another.html". The "another.html" is a self contained html page which has <body>
</body>... But in the outside "one.html", it already has <body> there. But it seems the table is displayed well inside the frame without problem. How can it work with double layers of <body> tag ? I checked the "view source" but could not see double <body> because it only shows "src="http://../another.html" i.e. the content of "another.html" is not shown in the source.
Please help me explain. Thanks.