谁看的懂这个吗 ?
<html>
<head><script>document.domain = "qq.com";</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Q-Zone</title>
<link href="http://imgcache.qq.com/qzone/images/1/css.css" rel="stylesheet" type="text/css" />
<script src="http://imgcache.qq.com/qzone/client/js/G.js"></script>
<script>
setCSS(window.top.g_StyleID);
</script>
<script language="Javascript" src="http://imgcache.qq.com/qzone/client/photo/js3/albpass.js"></script>
<script>
function backtop()
{
var backurl = "/qzone3/album_list_static.htm?&uin=***********";
window.location = backurl;
}
</script>
<script src="http://imgcache.qq.com/qzone/images/css.js"></script>
</head>
<body id="body" leftmargin="0" topmargin="0" text="#cccccc" link="#cccccc" vlink="#cccccc" alink="#cccccc">
<SCRIPT LANGUAGE="JavaScript">
<!--
document.domain="qq.com";
setCSS(top.g_StyleID);
document.body.style.backgroundColor="transparent";
-->
</SCRIPT>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="mode_table" style="margin-bottom:0px;">
<tr>
<td class="mode_table_title">加密相册</td>
</tr>
</table>
<p> </p>
<form name="getalbpass" action="javascript:SetPassword();">
<table width="93%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="10"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
</tr>
</table>
<table width="100%" height="100%" border="0" align="center" cellpadding="2" cellspacing="1">
<colgroup align="right" height="30">
<colgroup align="left">
<tr >
<td height="30" align="center">您访问的相册已被设置为需要密码才能访问,密码由相册的所有者提供。</td>
</tr>
<tr >
<td height="30" align="center">请您输入访问密码:
<input name="pass" type="password" size="15">
<input type="hidden" name="albumid" value="***********">
<input type="hidden" name="uin" value="***********">
<input type="hidden" name="showtype" value="">
</td>
</tr>
<tr >
<td height="45" align="center"><img src="http://imgcache.qq.com/qzone/client/b.gif" onClick="javascript: SetPassword();" class="submit" alt="提交" />
<img onClick="javascript:backtop();return false;" src="http://imgcache.qq.com/qzone/client/b.gif" border="0" class="cancel" alt="取消" /> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
</tr>
</table></td>
</tr>
</table>
<br>
</form>
<br>
<iframe width="0" height="0" src="http://imgcache.qq.com/qzone/ping.htm"></iframe>
</body>
</html>
<!--script> document.getalbpass.pass.focus();</script-->
参考答案:您访问的相册已被设置为需要密码才能访问,密码由相册的所有者提供。
请您输入访问密码:
是网页的源码哈,想看的话只要把代码复制到记事本中,然后另存为.html文件,用浏览器打开,看到的效果就是其代码实现的功能!