You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
482 B
26 lines
482 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Child frame</title>
|
|
</head>
|
|
<body>
|
|
<h1>This is a scrolling frame test</h1>
|
|
<div>
|
|
<table>
|
|
<tr height="50px">
|
|
<td>First row</td>
|
|
</tr>
|
|
<tr height="50px">
|
|
<td>Second row</td>
|
|
</tr>
|
|
<tr height="50px">
|
|
<td>Third row</td>
|
|
</tr>
|
|
<tr height="50px">
|
|
<td>Fourth row</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<input type='checkbox' name='scroll_checkbox' />
|
|
</body>
|
|
</html> |