10 lines
No EOL
227 B
HTML
10 lines
No EOL
227 B
HTML
<html>
|
|
<head>
|
|
<title>click frames</title>
|
|
</head>
|
|
<frameset rows="*" border="1">
|
|
<frame src="clicks.html" name="source" scrolling="NO" noresize>
|
|
<frame src="xhtmlTest.html" name="target">
|
|
</frameset>
|
|
</frameset>
|
|
</html> |