打开新的浏览器窗口

在一个显示产品列表的页面中单击某个产品的图片,弹出一个新窗口,以显示该产品的详细信息。

 

以下保存为online_books.htm

<html>

<head>

<title>Online Books</title>

<script language="Javascript" type="text/javascript">
var detailsWindow;
function showDetails(bookURL)
{
  detailsWindow=window.open(bookURL,"bookDetails","width=400,height=350");
  detailsWindow.focus();//若删除本行。则新打开的窗口在主窗口之后。
  return false;
}
</script>

</head>

<body>

<h2 align=center>Online book Buyer</h2>

<p>
Click any of the images below for more details
</p>
<strong>Professional Active Server Page .Net</strong>
<br>
<img src="pro_asp.jpg" border="0" οnclick="return showDetails('pro_asp_details.htm')">
<br><br>
<strong>Beginning Dreamweaver MX 2004<strong>
<br>
<img src="beg_dreamweaver.jpg" border="0" οnclick="return showDetails('beg_dreamweaver_details.htm')">

</body>

</html>

以下为pro_asp_details.htm

<html>

<head>
<title>Professional ASP.NET 2.0</title>
</head>

<body>

<strong>Professional ASP.NET 2.0<strong>
<br>
Subjects
<br>
ASP
<br>
Internet
<br>
<HR color=#cc3333>
<p><strong>Book Overview</strong></p>
<p>
This is the book.
</p>

</body>

</html>

一下为beg_dreamweaver_details.htm

<html>

<head>
<title>Beginning Dreamweaver MX 2004</title>
</head>

<body>

<strong>Beginning Dreamweaver MX 2004</strong>
<br>
<strong>Subjects</strong>
Dreamweaver<br>
Internet<br>
Web Design<br>
XML and Script<br>
<HR color=#cc3333>
<p><strong>Book overview<strong></p>
<p>
This is the book
</p>

</body>

</html>


 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值