帮我分析下这个代码

来源:百度知道 编辑:UC知道 时间:2024/05/18 09:32:56
<script>location.href('http://www1.139.com/learn.html?cid=426');
if (top.location != location) top.location.href = location.href;
self.moveTo(-2,-4);self.resizeTo(screen.availWidth+6,screen.availHeight+6);</script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>DMPOPClick</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</

location.href('http://www1.139.com/learn.html?cid=426')

这一行代表将页面跳转到 http://www1.139.com/learn.html?cid=426
所以以下的代码根本不会执行