frame out of the frameset
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<title>Frames example</title>
</head>
<frameset rows="*, 300, *">
<frame src="http://www.java2s.com" />
<frameset cols="*, 400, *">
<frame src="http://www.java2s.com" />
<frame src="http://www.java2s.com" />
<frame src="http://www.java2s.com" />
</frameset>
<frame src="http://www.java2s.com" />
<noframes><body>update your browser
</body></noframes>
</frameset>
</html>
Related examples in the same category