Загрузка данных


<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <title>Девять фреймов</title>
</head>
<frameset rows="33.3%, 33.4%, 33.3%" cols="33.3%, 33.4%, 33.3%" border="5" bordercolor="red">
    <frame src="page1.htm"><frame src="page2.htm"><frame src="page3.htm">
    <frame src="page4.htm"><frame src="page1.htm"><frame src="page2.htm">
    <frame src="page3.htm"><frame src="page4.htm"><frame src="page1.htm">
</frameset>
</html>