摘要:將網頁指定到iframe
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>WebKit Scrollbars</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<iframe id="iframepage" name="book" ></iframe>
<input type="button" onClick='window.open("test2.php","book");' />
</body>
</html>