1.

 1 <%@ page language="java" contentType="text/html; charset=UTF-8"
 2     pageEncoding="UTF-8"%>
 3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 4 <html>
 5 <head>
 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 7 <title>Insert title here</title>
 8 </head>
 9 <body>
10 <body>
11 <!-- 
12 当前页面调用其他页面
13 用的是type="text/x-scriptlet"
14 x-scriptlet 是 IE的一个插件
15  -->
16 <object type="text/x-scriptlet" width="150"  height="100" data="http://www.baidu.com">
17 </object>
18 </body> 
19 </body>
20 </html>

 

posted on 2017-02-26 23:32  Sharpest  阅读(190)  评论(0编辑  收藏  举报