梦幻模拟战2秘籍金钱:我是新人 高手们可以帮忙看看这代码吗?

来源:百度文库 编辑:中科新闻网 时间:2024/04/29 19:33:19
<%
id1=request("id1")
id2=request("id2")
%>
<title>台州DVD</title>
<script LANGUAGE="Javascript">
<!--
if(window.name!="tzdvd")
{
top.location.href="http://www.tzdvd.com"
}

var Words ="%3Cframeset%20border%3D%220%22%20frameborder%3D%220%22%20framespacing%3D%220%22%20rows%3D%22*%22%3E%0D%0A%20%20%3Cnoframes%3E%0D%0A%20%20%3C/noframes%3E%0D%0A%20%20%3Cframe%20frameborder%3D%22NO%22%20marginwidth%3D%220%22%20name%3D%22upperframe%22%20noresize%20src%3D%2222play.asp%3Fid1%3D<%=id1%>%26id2%3D<%=id2%>%22%20scrolling%3D%22auto%22%3E%0D%0A%3C/frameset%3E"
function SetNewWords()
{
var NewWords;
NewWords = unescape(Words);
document.write(NewWords);
}
SetNewWords();
// -->
</script>

<html>

<head>
</head>

<body leftmargin="0" topmargin="0" oncontextmenu="window.event.returnValue=false" ondragstart="window.event.returnValue=false" onselectstart="event.returnValue=false">

</body>

</body>

</html>

++++++++++++++++++++++++++++++++++++++++++++++

<script LANGUAGE="Javascript">
<!--
if(window.name!="tzdvd")
{
top.location.href="http://www.tzdvd.com"
}

var Words ="%3Cframeset%20border%3D%220%22%20frameborder%3D%220%22%20framespacing%3D%220%22%20rows%3D%22*%22%3E%0D%0A%20%20%3Cnoframes%3E%0D%0A%20%20%3C/noframes%3E%0D%0A%20%20%3Cframe%20frameborder%3D%22NO%22%20marginwidth%3D%220%22%20name%3D%22upperframe%22%20noresize%20src%3D%2222play.asp%3Fid1%3D<%=id1%>%26id2%3D<%=id2%>%22%20scrolling%3D%22auto%22%3E%0D%0A%3C/frameset%3E"
function SetNewWords()
{
var NewWords;
NewWords = unescape(Words);
document.write(NewWords);
}
SetNewWords();
// -->
</script>

++++++++++++++++++++++++++++++++++++++++++++++

这个什么是什么 ,高手可以帮忙解释下吗?
我也知道这是ASP

我是问

%3Cframeset%20border%3D%220%22%20frameborder%3D%220%22%20framespacing%3D%220%22%20rows%3D%22*%22%3E%0D%0A%20%20%3Cnoframes%3E%0D%0A%20%20%3C/noframes%3E%0D%0A%20%20%3Cframe%20frameborder%3D%22NO%22%20marginwidth%3D%220%22%20name%3D%22upperframe%22%20noresize%20src%3D%2222play.asp%3Fid1%3D<%=id1%>%26id2%3D<%=id2%>%22%20scrolling%3D%22auto%22%3E%0D%0A%3C/frameset%3E

这个是什么东西?

<%=id1%>%这ASP的我看的懂26id2%3D这个就不知道是什么了?<%=id2%>%

把它另存为AA.ASP, 用dreamweaver打开, 应是一个动态网页.
这段代码有错误,有两个</body> , 要删除一个.

这是网页的代码嘛,
你用dreamweaver打开看看就知道是什么东东了
应该有学过网页吧