in the main page there are
in "new_page_4.htm" there are :Code:<html>
<body>
<iframe name="footer" src="new_page_4.htm">
</iframe>
</body>
</html>
the problem is when the main page loaded the page "1.html" show in iframe (footer) .. what is the code which make the page "1.html" show in the main page . ??Code:<Script>document.location.href='1.html'</Script>
