|
><SCRIPT>
if(top.frames.length==0) {
document.write("<B>This Page is Loading ...please wait</B>");
window.clear;
window.location.href="file2.html";
} else {
document.write("<B><BR>Loading Main Menu...</B>");
top.frames[1].location.href="main.html";
}
</SCRIPT>
|