谁能告诉我这个网站怎么做的?wallpaper2002.yeah.net

duduxiao 2002-01-15 08:06:59
最好把源代码给发过来我信箱是:mengtouyu@up369.com
...全文
796 25 打赏 收藏 转发到动态 举报
写回复
用AI写文章
25 条回复
切换为时间正序
请发表友善的回复…
发表回复
chime 2002-01-22
  • 打赏
  • 举报
回复
hongjue(垦沙):你好,找不到,请告知详细地址,谢谢!!!
纪俊 2002-01-18
  • 打赏
  • 举报
回复
楼上有高手答对了
zlgun 2002-01-18
  • 打赏
  • 举报
回复
playking(风雪青松)的代码没给全嘛!
function.js如下:

document.onselectstart = SelectStart;
document.oncontextmenu = new Function("return false");
function SelectStart(){if(event.srcElement.tagName!="INPUT" && event.srcElement.tagName!="TEXTAREA") return false;}
if (parent.frames.length==0) window.location.href="./";
function Copyright(Studio,Homepage,Master,Mail,QQ)
{
var Code="";
Code+="Copyright<font class=\"superscript\">©</font> 1999~2001 <a href=\"http://"+Homepage+"\" target=\"_blank\">"+Studio+"</a><font class=\"superscript\">®</font>. All Rights Reserved.<br>";
Code+="Producer:<a href=\"mailto:"+Mail+"\">"+Master+"</a> QQ:"+QQ;
copyright.innerHTML=Code;
}

function SetStyle(Object,Color,Width)
{
Object.style.backgroundColor = Color;
Object.style.width = Width;
}

function AlphaFilter(){this.Object=this.Step=this.Timer=null;}
var Alpha = new AlphaFilter();
function StartAlphaFilter(Object)
{
Alpha.Step=Object.filters.alpha.opacity;
Alpha.Timer=null;
Alpha.Object=Object;
ChangeAlphaFilter();
}
function ChangeAlphaFilter()
{
Alpha.Object.filters.alpha.opacity=Alpha.Step+=5;
Alpha.Timer=setTimeout("ChangeAlphaFilter()",50);
}
function StopAlphaFilter()
{
clearTimeout(Alpha.Timer);
Alpha.Object.filters.alpha.opacity=60;
}


var Name=new Array(18);
var URL=new Array(18);
Name[0]="华 人 明 星"; URL[0]="chinese";
Name[1]="日 本 明 星"; URL[1]="japanese";
Name[2]="欧 美 明 星"; URL[2]="occident";
Name[3]="韩 国 明 星"; URL[3]="korea";
Name[4]="卡 通 漫 画"; URL[4]="cartoon";
Name[5]="游 戏 世 界"; URL[5]="games";
Name[6]="彩 绘 人 物"; URL[6]="paint";
Name[7]="名 车 汇 粹"; URL[7]="cars";
Name[8]="动 物 情 趣"; URL[8]="animal";
Name[9]="植 物 世 界"; URL[9]="plant";
Name[10]="怡 人 风 光"; URL[10]="scenery";
Name[11]="节 日 壁 纸"; URL[11]="feast";
Name[12]="三 维 制 作"; URL[12]="3d";
Name[13]="广 告 策 划"; URL[13]="advertisement";
Name[14]="影 视 海 报"; URL[14]="movie";
Name[15]="体 育 世 界"; URL[15]="sport";
Name[16]="军 事 天 地"; URL[16]="military";
Name[17]="其 它 类 别"; URL[17]="other";

function MakeNavigation(FocusColor,FocusWidth,BlurColor,BlurWidth)
{
var Code="";
Code+="<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">";
for(var i=0;i<Name.length;i++)
Code+=" <tr height=\"22\"><td class=\"left\"><a href=\"catalog.asp?CatalogIndex="+i+"\"><span onmouseover=\"SetStyle(this,'"+FocusColor+"',"+FocusWidth+")\" onmouseout=\"SetStyle(this,'"+BlurColor+"',"+BlurWidth+")\"><font id=\"menu\" class=\"en\">"+Name[i]+"</font></span></a></td></tr>";
Code+="</table>";
document.write(Code);
}

function DrawHLine(Width,Height,BgColor,BorderColor)
{
document.write("<tr><td colspan=\"100\"><table width=\""+Width+"\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\""+Width+"\" bgcolor=\""+BgColor+"\" style=\"border:1px solid "+BorderColor+"\"><img src=\"./images/mark.gif\" height=\""+Height+"\"></td></tr></table></td></tr>");
}

function DrawVLine(Width,Height,BgColor,BorderColor,Number,HTML)
{
var Code="";
Code+="<tr><td colspan=\"100\">";
Code+="<table height=\""+Height+"\" cellspacing=\"0\" cellpadding=\"0\">";
Code+="<tr>";
for(var i=0;i<Number;i++)
{
Code+="<td width=\"1\" bgcolor=\""+BorderColor+"\"></td><td width=\"2\" bgcolor=\""+BgColor+"\"></td><td width=\"1\" bgcolor=\""+BorderColor+"\"></td>";
if (i<(Number-1)) Code+="<td width=\""+((Width-4*Number)/(Number-1))+"\">"+HTML+"</td>";
}
Code+="</tr>";
Code+="</table>";
Code+="</td></tr>";
document.write(Code);
}

function Random(Number){return Math.round(Math.random()*1000)%Number;}
function IntegerEx(Number)
{
if (Number>=100) return Number;
if (Number>=10 && Number<100) return ("0"+Number);
if (Number<10) return ("00"+Number);
}
function RandomImage(Number){return (IntegerEx(Random(Number))+".gif");}

function MakeCatalogIndex(Display,PageIndex,BgColor,FocusColor,LineColor,CatalogIndex,DirectoryIndex,Catalog,DirectoryName,Directory,Number)
{
var Code="";
if(Display==true)
{
Code+="<table width=\"86\" height=\"85\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\""+BgColor+"\" style=\"border:3px double "+LineColor+";cursor:hand\" onmouseover=\"SetStyle(this,'"+FocusColor+"',86);StartAlphaFilter(Img_"+CatalogIndex+"_"+DirectoryIndex+");\" onmouseout=\"SetStyle(this,'"+BgColor+"',86);StopAlphaFilter()\">";
Code+="<tr height=\"16\"><a href=\"directory.asp?CatalogIndex="+CatalogIndex+"&DirectoryIndex="+DirectoryIndex+"\"><td style=\"cursor:hand\" valign=\"bottom\"><font class=\"en\" color=\""+LineColor+"\">"+DirectoryName+"</font></td></a></tr>";
Code+="<tr height=\"1\" bgcolor=\""+LineColor+"\"><td></td></tr>";
Code+="<tr height=\"1\"><td></td></tr>";
Code+="<tr height=\"1\" bgcolor=\""+LineColor+"\"><td></td></tr>";
Code+="<tr height=\"60\"><td width=\"80\"><a href=\"directory.asp?CatalogIndex="+CatalogIndex+"&DirectoryIndex="+DirectoryIndex+"&CatalogPageIndex="+PageIndex+"\"><img id=\"Img_"+CatalogIndex+"_"+DirectoryIndex+"\"class=\"logo\" src=\"./"+Catalog+"/"+Directory+"/small/"+RandomImage(Number)+"\"></a></td></tr>";
Code+="</table>";
}
else Code+="<table cellspacing=\"0\" cellpadding=\"0\"><tr height=\"85\"><td width=\"86\"></td></tr></table>";
document.write(Code);
}

function MakeDirectoryIndex(Display,BgColor,FocusColor,LineColor,CatalogIndex,DirectoryIndex,Catalog,Directory,Index)
{
var Code="";
if(Display==true)
{
Code+="<table width=\"86\" height=\"85\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\""+BgColor+"\" style=\"border:3px double "+LineColor+";cursor:hand\" onmouseover=\"SetStyle(this,'"+FocusColor+"',86);StartAlphaFilter(Img_"+DirectoryIndex+"_"+Index+");\" onmouseout=\"SetStyle(this,'"+BgColor+"',86);StopAlphaFilter()\">";
Code+="<tr height=\"16\"><a href=\"JavaScript:ShowPicture("+CatalogIndex+","+DirectoryIndex+",'"+IntegerEx(Index)+"');\"><td style=\"cursor:hand\"><font class=\"en\" style=\"color:"+LineColor+"\"> Index:"+IntegerEx(Index+1)+" </font></td></a></tr>";
Code+="<tr height=\"1\" bgcolor=\""+LineColor+"\"><td></td></tr>";
Code+="<tr height=\"1\"><td></td></tr>";
Code+="<tr height=\"1\" bgcolor=\""+LineColor+"\"><td></td></tr>";
Code+="<tr height=\"60\"><td width=\"80\"><a href=\"JavaScript:ShowPicture("+CatalogIndex+","+DirectoryIndex+",'"+IntegerEx(Index)+"');\"><img id=\"Img_"+DirectoryIndex+"_"+Index+"\"class=\"logo\" src=\"./"+Catalog+"/"+Directory+"/small/"+IntegerEx(Index)+".gif\"></a></td></tr>";
Code+="</table>";
}
else Code+="<table cellspacing=\"0\" cellpadding=\"0\"><tr height=\"85\"><td width=\"86\"></td></tr></table>";
document.write(Code);
}

function ShowPicture(CatalogIndex,DirectoryIndex,Index)
{
Width=750;
Height=550;
Wallpaper=window.open("picture.asp?CatalogIndex="+CatalogIndex+"&DirectoryIndex="+DirectoryIndex+"&Index="+Index,"Wallpaper","fullscreen=1")
Wallpaper.moveTo(-5000,-5000);
Wallpaper.resizeTo(Width,Height);
Wallpaper.moveTo((window.screen.width-Width)/2,(window.screen.height-Height)/2);
}

Studio 2002-01-18
  • 打赏
  • 举报
回复
想知道什么 直接问好了
hongjue 2002-01-18
  • 打赏
  • 举报
回复
插一句。用DW的插件可以很简单的搞定这样的效果。不信你到exchange.macromedia.com上搜索名为“chromless window”的插件,下载后安装运行,做这样的古怪窗体简直太简单了。

经典例子:www.kreating.com就是使用的这个插件。
duduxiao 2002-01-18
  • 打赏
  • 举报
回复
太狠了。服了!开始给分了!!!!!
jamex 2002-01-17
  • 打赏
  • 举报
回复
Studio(),解一下迷吧!
jamex 2002-01-17
  • 打赏
  • 举报
回复
up 一下
Studio 2002-01-17
  • 打赏
  • 举报
回复
看来大家对代码很有兴趣啊 呵呵
playking 2002-01-17
  • 打赏
  • 举报
回复
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="style.css">
<style>
span
{
width : 90px;
height : 18px;
border : 1px solid #000000;
background-color: #FFFFDE;
color : #000000;
cursor : hand;
text-align : center;
text-decoration : none;
}
div
{
border : 1px solid #000000;
background-color: #FFFFDE;
color : #000000;
text-align : left;
padding : 5px 5px 5px 5px;
z-index : 100;
filter : alpha(opacity=100);
position : absolute;
top : -100px;
left : 485px;
}
</style>
<script language="JavaScript" src="function.js"></script>
<script language="JavaScript" src="link.js"></script>
<script language="JavaScript" src="update.js"></script>
<script language="JavaScript">
var Index=-1;
function TVShow()
{
Index=(++Index)%URL.length;
tv.filters[0].transition=23;
tv.filters[0].Apply();
tv.src="./images/"+Index+".gif";
tv.style.visibility="visible";
tv.filters[0].Play();
link.href="./catalog.asp?CatalogIndex="+Index;
setTimeout("TVShow()",3000);
}
//Update Record
function Update(FocusColor,FocusWidth,BlurColor,BlurWidth)
{
var Code="";
Code+="<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">";
for(var i=0;i<Data.length;i++)
{
for (var j=0;j<URL.length;j++) if(URL[j]==Data[i][1]) break;
Code+=" <tr height=\"22\"><td class=\"right\"><a href=\"directory.asp?CatalogIndex="+j+"&DirectoryName="+Data[i][3]+"&CatalogPageIndex=1\"><span onmouseover=\"SetStyle(this,'"+FocusColor+"',"+FocusWidth+");ShowHelp("+i+");\" onmouseout=\"SetStyle(this,'"+BlurColor+"',"+BlurWidth+");ShowHelp(-1);\"><font id=\"menu\" class=\"en\">"+Data[i][4]+"</font></span></a></td></tr>";
}
Code+="</table>";
document.write(Code);
}

function ShowHelp(Index)
{
clearTimeout(Alpha.Timer);
Help.style.top=-1000;
// Help.filters.alpha.opacity=0;
if (Index==-1) return;
var Code="";
Code+="<font class=\"en\">";
Code+="更新时间:"+Data[Index][0]+"<br>";
Code+="所属类别:"+Data[Index][2]+"<br>";
Code+="图片内容:"+Data[Index][4]+"<br>";
Code+="图片数目:"+Data[Index][5]+"张<br>";
Code+="缩略图片:<img class=\"link\" style=\"border:3px double #000000\" src=\"./"+Data[Index][1]+"/"+Data[Index][3]+"/small/"+RandomImage(Data[Index][5])+"\" align=\"texttop\" width=\"80\" height=\"60\">";
Code+="</font>";
Help.innerHTML=Code;
if(Index<10) Help.style.top=(Index+1)*22;
else Help.style.top=(Index+1)*22-Help.clientHeight;
// AlphaShow();
}
function AlphaShow()
{
Help.filters.alpha.opacity+=8;
Alpha.Timer=setTimeout("AlphaShow()",50)
}
</script>
</head>
<body onload="TVShow()">
<div id="Friend" style="text-align:center;line-height:22px;overflow-y:auto;" onmouseout="ShowLink(false);" onmouseover="ShowLink();"></div>
<div id="Help"></div>
<div style="position:absolute;top:-100000;display:none"><script>for(i=0;i<18;i++)document.write("<img src=\"./images/"+i+".gif\">");</script></div>
<table width="100%" height="100%" cellspacing="1" cellpadding="0" bgcolor="#000000">
<tr height="2" bgcolor="#FFFFFF"><td></td></tr>
<tr bgcolor="#FFFFAE">
<td>
<table width="100%" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="130" style="padding:5px 5px 5px 5px">
<table width="100%" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="left" width="2" bgcolor="#FFFFFF" style="border:1px inset #000000"><img src="./images/mark.gif"></td>
<td class="left" style="position:relative;left:-1px;"><script>MakeNavigation("#FFFF8E",120,"#FFFFDE",90);</script></td>
</tr>
</table>
</td>
<td style="padding:10px 0px 10px 0px" valign="top">

<table width="100%" cellspacing="0" cellpadding="0" style="position:relative;top:-1px">
<tr style="position:relative;top:1px">
<td><a><span onmouseover="SetStyle(this,'#FFFF8E',90)" onmouseout="SetStyle(this,'#FFFFDE',90)"><font id="button">关 于 本 站</font></span></a></td>
<td><a href="JavaScript:window.external.AddFavorite((window.location.href).substr(0,(window.location.href).length-8),'『精彩壁纸2002』')"><span onmouseover="SetStyle(this,'#FFFF8E',90)" onmouseout="SetStyle(this,'#FFFFDE',90)"><font id="button">收 藏 本 站</font></span></a></td>
<td><a href="mailto:koala.lemon@263.net"><span onmouseover="SetStyle(this,'#FFFF8E',90)" onmouseout="SetStyle(this,'#FFFFDE',90)"><font id="button">联 系 站 长</font></span></a></td>
<td><span onclick="ShowLink();" onmouseover="SetStyle(this,'#FFFF8E',90);" onmouseout="SetStyle(this,'#FFFFDE',90)"><font id="button">站 内 连 接</font></span></a></td>
</tr>
<script>DrawHLine("100%",2,"#FFFFFF","#000000");</script>
<script>DrawVLine(240,6,"#FFFFFF","#000000",4,"");</script>
<script>DrawHLine("88%",2,"#FFFFFF","#000000");</script>
<script>DrawVLine(160,6,"#FFFFFF","#000000",3,"");</script>
<script>DrawHLine("77%",2,"#FFFFFF","#000000");</script>
<script>DrawVLine(200,6,"#FFFFFF","#000000",4,"");</script>
<script>DrawHLine("66%",2,"#FFFFFF","#000000");</script>
<script>DrawVLine(150,45,"#FFFFFF","#000000",2,"<img src=\"./images/logo.gif\" width=\"88\" height=\"31\" style=\"border:1px solid #000000\">");</script>
<tr>
<td colspan="4">
<table cellspacing="2" cellpadding="0" bgcolor="#FFFFAE" style="border:1px solid #000000">
<tr><td><a id="link" href="#"><img id="tv" src="logo.gif" width="200" height="150" style="border:1px solid #000000;visibility:hidden;filter:revealtrans(duration=1,transition=23)"></a></td></tr>
</table>
</td>
</tr>
<script>DrawVLine(150,45,"#FFFFFF","#000000",2,"<img src=\"http://www.freedim.net/cgi-bin/Count.cgi?df=wallpaper.dat&ft=1&tr=N&dd=B&md=8&sh=Y\" style=\"border:3px double #000000\">");</script>
<script>DrawHLine("66%",2,"#FFFFFF","#000000");</script>
<script>DrawVLine(200,6,"#FFFFFF","#000000",4,"");</script>
<script>DrawHLine("77%",2,"#FFFFFF","#000000");</script>
<script>DrawVLine(160,6,"#FFFFFF","#000000",3,"");</script>
<script>DrawHLine("88%",2,"#FFFFFF","#000000");</script>
<script>DrawVLine(240,6,"#FFFFFF","#000000",4,"");</script>
<script>DrawHLine("100%",2,"#FFFFFF","#000000");</script>
<tr height="22"><td colspan="4"></td></tr>
<tr style="position:relative;top:1px"><td colspan="4"><span style="width:100%;height:36px;cursor:default;"><font id="button"><font class="en" id="copyright" style="cursor:default;"><script>Copyright("Lemonsoft","lemonsoft.yeah.net","Koala","lemonsoft@msn.com","13650076",0)</script></font></font></span></td></tr>
</table>

</td>
<td width="130" style="padding:5px 5px 5px 5px">
<table width="100%" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="right" style="position:relative;left:1px;"><script>Update("#FFFF8E",120,"#FFFFDE",90);</script></td>
<td class="left" width="2" bgcolor="#FFFFFF" style="border:1px inset #000000"><img src="./images/mark.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr height="2" bgcolor="#FFFFFF"><td></td></tr>
<tr height="5" bgcolor="#FFFFAE"><td></td></tr>
</table>
</body>
</html>
playking 2002-01-17
  • 打赏
  • 举报
回复
<html>
<head>
<title>『精彩壁纸2002』</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<frameset rows="19,*" border="0">
<frame src="title.htm" scrolling="no" noresize>
<frame src="main.htm" scrolling="no" noresize>
</frameset>
</html>
Studio 2002-01-17
  • 打赏
  • 举报
回复
<object id="Guide" type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"><param name="command" value="close"></object>
是HTMl Help的Active Control
playking 2002-01-17
  • 打赏
  • 举报
回复
<object id="Guide" type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"><param name="command" value="close"></object>
是关闭窗口
Studio 2002-01-17
  • 打赏
  • 举报
回复
老大 我没有用过DW 也不知道dw插件是什么
这个网站是我的 ^o^
duduxiao 2002-01-17
  • 打赏
  • 举报
回复
 haiznan(风林火山) 好的以后给你分!
zlgun(自由人),我也想问这个问题!
duduxiao 2002-01-17
  • 打赏
  • 举报
回复
非常感谢!yanghly(虎) 还向问一下
<object id="Guide" type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"><param name="command" value="close"></object>
是什么?
zlgun 2002-01-16
  • 打赏
  • 举报
回复
拜托,能说说frameset.asp中图片显示时怎末做的吗?
上面这段我也能得到。
haiznan 2002-01-16
  • 打赏
  • 举报
回复
还好了····
哦····
你要给我分哦!···
我来给你捧场了·····
yanghly 2002-01-16
  • 打赏
  • 举报
回复

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Author" content="Koala">
<meta name="Keywords" content="Wallpaper">
<title></title>
<script language="JavaScript">
if(window.navigator.cookieEnabled==false)
{
var Notify="";
Notify+="  您的COOKIES的设置为『禁用』模式,\n";
Notify+="因此浏览本站点的时候请不要【刷新】当前页面,\n";
Notify+="否则当前页面将转回的首页。\n\n";
alert(Notify);
}
function OpenWindow()
{
Guide.Click();
Width=750;
Height=445;

Window=window.open("frameset.asp","Wallpaper2002","fullscreen=1");
Window.moveTo(-5000,-5000);
Window.resizeTo(Width,Height);
Window.moveTo((window.screen.width-Width)/2,(window.screen.height-Height)/2);
Window.focus();
// window.location.href='http://www.shenyun.com.cn'
}
</script>
</head>
<body onload="OpenWindow();">
<object id="Guide" type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"><param name="command" value="close"></object>
</body>
</html>
yanghly 2002-01-16
  • 打赏
  • 举报
回复
用IE5.5以上版本自己存下来看

如果你只要界面就直接另存为就可以了!
加载更多回复(5)

28,406

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧