演员熊青春个人资料:帮看段网页代码

来源:百度文库 编辑:中科新闻网 时间:2024/05/14 18:19:09
<html>
<head>
1 <SCRIPT LANGUAGE="JavaScript">
function refreshFrame() {
window.location = "http://ww2.1800flowers.com/service/payment.asp";
}
// End -->
</script>
</head>

2 <frameset rows="100%,0" cols="*" marginwidth="0" marginheight="0" scrolling="no" frameborder="NO" NORESIZE onLoad="refreshFrame();" border="0" framespacing="0">
<frame name="frame1" src="/loading.htm">
<frame name="frame2" src="http://click.linksynergy.com/fs-bin/click?id=g/kEfAT435U&offerid=42865.10000286&type=3&subid=0">
</frameset>
3 <noframes>
<meta http-equiv=refresh content="0; url=http://ww2.1800flowers.com/service/payment.asp"></noframes>
</html>

谁能告诉我这3段各能达到什么结果啊?

第一段是一个javascript函数 功能是将当前的页面跳转到到那个地址
第二段 是一个框架 左边显示的是loading.htm占100% 右边是有个隐藏的页面【占0%】 具体那个页面做什么用的不足知道
以为在那个 frameset中有onload="refreshFrame();" 调用第一个跳转函数 这个时候页面会在显示一小会那个loading页面后转到第一段中那个函数指向的页面
第三段 是如果你的浏览器不支持框架 那么直不显示loading页面 接转到那个页面 那样也就不处理http://click.linksynergy.com/fs-bin/click?id=g/kEfAT435U&offerid=42865.10000286&type=3&subid=0 这个页面了 估计这个页面是计数器什么的吧