怎样在自己的网页中设置别人点击这个网页的时候会弹出另一个?

来源:百度知道 编辑:UC知道 时间:2024/06/24 16:03:54
怎样在自己的网页中设置别人点击这个网页的时候会弹出另一个网页?

就是比如点击一个网页进去,过了一小会就自动弹出另一个网页

(PS:是怎样制作,不是中病毒。)

写详细点,不然不会弄。谢谢

<html>

<head><script>window.open('../index.asp','网页特效','toolbar=no,status=no,scrollbars=yes,left=100,top=50,width=250,height=50')</script>

<title>随同主窗口同时弹出的附加小窗口</title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<style type="text/css">.head {
COLOR: white; FONT-SIZE: 12px
}
.text {
COLOR: #4a5284; FONT-SIZE: 12px; LINE-HEIGHT: 20px
}
.info {
FONT-SIZE: 12px; LINE-HEIGHT: 20px
}
A {
COLOR: #4a5284; FONT-SIZE: 12px; TEXT-DECORATION: none
}
A:hover {
COLOR: #ff7222; FONT-SIZE: 12px; TEXT-DECORATION: underline
}
</style>
</head>

<body>

<table border="0" cellPadding="0" cellSpacing="0" width="100%" height="168">
<TBODY>