jquery/test/data/frame.html

10 lines
168 B
HTML
Raw Normal View History

<html>
<head>
<title>frame</title>
</head>
<frameset cols="20%, 80%">
<frame id="test-frame" src="iframe.html">
<frame src="iframe.html">
</frameset>
</html>