楼主记得帮我加分哦!<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head><body>
<script language="JavaScript">
function openIT( url, winName, width, height) 
{
xposition=100; yposition=100;if ((parseInt(navigator.appVersion) >= 4 ))
{
//xposition = (screen.width - width) / 2;
xposition = 100;
//yposition = (screen.height - height) / 2;
yposition = 100;
}
theproperty= "width=" + width + "," 
+ "height=" + height + "," 
+ "location=0," 
+ "menubar=0,"
+ "resizable=0,"
+ "scrollbars=0,"
+ "status=0," 
+ "titlebar=0,"
+ "toolbar=0,"
+ "hotkeys=0,"
+ "screenx=" + xposition + "," //仅适用于Netscape
+ "screeny=" + yposition + "," //仅适用于Netscape
+ "left=" + xposition + "," //IE
+ "top=" + yposition; //IE 
window.open(url,winName,theproperty);
}
</script>
==========================================
<a href="JavaScript:openIT('watch4.phtml?file_num=3&order=1&id=2428','',523,354)">1</a>
<a href="JavaScript:openIT('watch4.phtml?file_num=3&order=2&id=2428','',523,354)">2 </a>
<a href="JavaScript:openIT('watch4.phtml?file_num=3&order=3&id=2428','',523,354)">3 </a>
==========================================</body>
</html>