Jump to content
  • 0

Ссылка на два окна


automilin
 Share

Question

15 answers to this question

Recommended Posts

  • 0

Файл ?frameset1.html?

<frameset rows="20%,80%" cols="*">
<frame src="window1.html"noresize>
<frameset rows="*" cols="20%,30%,30%,20%">
<frame src="window1.html" noresize>
<frame src="window1.html" noresize>
<frame src="window1.html" noresize>
<frame src="window1.html" noresize>
</frameset>
</frameset>

файл ?window1.html?

<h1>окно1</h1>
<a href="frameset2.html" target="_top">открыть окно 2</a>

Файл ?frameset2.html?

<frameset rows="20%,80%" cols="*">
<frame src="window2.html"noresize>
<frameset rows="*" cols="20%,30%,30%,20%">
<frame src="window2.html" noresize>
<frame src="window2.html" noresize>
<frame src="window2.html" noresize>
<frame src="window2.html" noresize>
</frameset>
</frameset>

файл ?window2.html?

<h1>окно2</h1>
<a href="frameset1.html" target="_top">открыть окно 1</a>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy