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 <script language="javascript"> 7 function channel() 8 { 9 window.open("1.18 以频道模式打开页面2.htm","_blank", "channelmode") 10 } 11 </script> 12 </head> 13 <body> 14 <input id="Button1" type="button" value="打开" onclick="channel()" /> 15 16 </body> 17 </html>