document.write("<div id='usercom' class='menu'><a href=usercom.asp>我的资料</a><a href=usercom.asp?action=myinfo>修改资料</a><a href=usercom.asp?action=mypwd>修改密码</a><div class='divcss' id='menuline'></div><a href=userelse.asp>今日新帖</a><a href=userelse.asp?action=hot>热门话题</a><a href=userelse.asp?action=mytop>我的帖子</a><div class='divcss' id='menuline'></div><a href=usershow.asp?action=user>用户列表</a><a href=usershow.asp?action=pic>论坛图片集</a><a href=usershow.asp?action=allfile>论坛全部文件</a><div class='divcss' id='menuline'></div><a href=usermsg.asp>我的信箱</a><a href=userfav.asp?action=friend>我的好友</a><a href=userfav.asp?action=fav>我的收藏</a></div>");
document.write("<div id='fixture' class='menu'><a href=z_bank.asp>社区银行</a></div>");
function $(v){ return document.getElementById(v);}
function setmenu(id){
if ($('m' + id).style.display == 'none') {
$('m' + id).style.display = '';
$('mt' + id).className = 'tabo';
} else {
$('m' + id).style.display = 'none';
$('mt' + id).className = 'tabc';
}
}
temp=navigator.appVersion
temp=temp.replace(")","");
temp=temp.replace("MSIE","Internet Explorer");
temp=temp.replace("NT 5.0","2000");
temp=temp.replace("NT 5.1","XP");
temp=temp.replace("NT 5.2","2003");
var appVersion= temp.split ('; ');
var menuOffX=0 //菜单距连接文字最左端距离
var menuOffY=18 //菜单距连接文字顶端距离
var vBobjects = new Array();
var fo_shadows=new Array()
var linkset=new Array()
////No need to edit beyond here
var ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1
var ns6=document.getElementById&&!document.all
var ns4=document.layers
function MM_findObj(n, d) {
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function fetch_object(idname, forcefetch)
{
if (typeof(vBobjects[idname]) == "undefined")
{
vBobjects[idname] = MM_findObj(idname);
}
return vBobjects[idname];
}
//showmenu vmenu:内容,允许为空,vmenuobj DIV数据ID,MOD 0=关闭浏览器自适应,用于版面导航菜单
function showmenu(e,vmenu,vmenuobj,mod){
if (!document.all&&!document.getElementById&&!document.layers)
return
var which=vmenu;
if (vmenuobj)
{
var MenuObj = fetch_object(vmenuobj);
if (MenuObj)
{
which = MenuObj.innerHTML;
}
}
if (!which)
{
return
}
clearhidemenu();
ie_clearshadow();
menuobj=ie4? document.all.popmenu : ns6? document.getElementById("popmenu") : ns4? document.popmenu : ""
menuobj.thestyle=(ie4||ns6)? menuobj.style : menuobj
if (ie4||ns6)
menuobj.innerHTML=which
else{
menuobj.document.write('<layer name=gui bgcolor="#E6E6E6" width="165" onmouseover="clearhidemenu()" onmouseout="hidemenu()">'+which+'</layer>')
menuobj.document.close()
}
menuobj.contentwidth=(ie4||ns6)? menuobj.offsetWidth : menuobj.document.gui.document.width
menuobj.contentheight=(ie4||ns6)? menuobj.offsetHeight : menuobj.document.gui.document.height
eventX=ie4? event.clientX : ns6? e.clientX : e.x
eventY=ie4? event.clientY : ns6? e.clientY : e.y
var rightedge=ie4? document.body.clientWidth-eventX : window.innerWidth-eventX
var bottomedge=ie4? document.body.clientHeight-eventY : window.innerHeight-eventY
var getlength
if (rightedge<menuobj.contentwidth){
getlength=ie4? document.body.scrollLeft+eventX-menuobj.contentwidth+menuOffX : ns6? window.pageXOffset+eventX-menuobj.contentwidth : eventX-menuobj.contentwidth
}else{
getlength=ie4? ie_x(event.srcElement)+menuOffX : ns6? window.pageXOffset+eventX : eventX
}
menuobj.thestyle.left=getlength+'px'
if (bottomedge<menuobj.contentheight&&mod!=0){
getlength=ie4? document.body.scrollTop+eventY-menuobj.contentheight-event.offsetY+menuOffY-23 : ns6? window.pageYOffset+eventY-menuobj.contentheight-10 : eventY-menuobj.contentheight
} else{
getlength=ie4? ie_y(event.srcElement)+menuOffY : ns6? window.pageYOffset+eventY+10 : eventY
}
menuobj.thestyle.top=getlength+'px'
menuobj.thestyle.visibility="visible"
ie_dropshadow(menuobj,"#999999",3)
return false
}
function ie_y(e){
var t=e.offsetTop;
while(e=e.offsetParent){
t+=e.offsetTop;
}
return t;
}
function ie_x(e){
var l=e.offsetLeft;
while(e=e.offsetParent){
l+=e.offsetLeft;
}
return l;
}
function ie_dropshadow(el, color, size)
{
var i;
for (i=size; i>0; i--)
{
var rect = document.createElement('div');
var rs = rect.style
rs.position = 'absolute';
rs.left = (el.style.posLeft + i) + 'px';
rs.top = (el.style.posTop + i) + 'px';
rs.width = el.offsetWidth + 'px';
rs.height = el.offsetHeight + 'px';
rs.zIndex = el.style.zIndex - i;
rs.backgroundColor = color;
var opacity = 1 - i / (i + 1);
rs.filter = 'alpha(opacity=' + (100 * opacity) + ')';
//el.insertAdjacentElement('afterEnd', rect);
fo_shadows[fo_shadows.length] = rect;
}
}
function ie_clearshadow()
{
for(var i=0;i<fo_shadows.length;i++)
{
if (fo_shadows[i])
fo_shadows[i].style.display="none"
}
fo_shadows=new Array();
}
function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}
function hidemenu(){
if (window.menuobj)
menuobj.thestyle.visibility=(ie4||ns6)? "hidden" : "hide"
ie_clearshadow()
}
function dynamichide(e){
if (ie4&&!menuobj.contains(e.toElement))
hidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
hidemenu()
}
function delayhidemenu(){
if (ie4||ns6||ns4)
delayhide=setTimeout("hidemenu()",500)
}
function clearhidemenu(){
if (window.delayhide)
clearTimeout(delayhide)
}
function highlightmenu(e,state){
if (document.all)
source_el=event.srcElement
else if (document.getElementById)
source_el=e.target
if (source_el.className=="menuitems"){
source_el.id=(state=="on")? "mouseoverstyle" : ""
}
else{
while(source_el.id!="popmenu"){
source_el=document.getElementById? source_el.parentNode : source_el.parentElement
if (source_el.className=="menuitems"){
source_el.id=(state=="on")? "mouseoverstyle" : ""
}
}
}
}
if (ie4||ns6)
document.onclick=hidemenu
//--------------------------------------------------------------------------
function openscript(url){
var Win = window.open(url,'open','width=500,height=400,resizable=1,scrollbars=yes,menubar=no,status=yes' );
}
//鼠标中键缩放图片
function imgzoom1(o){var zoom=parseInt(o.style.zoom, 10)||100;zoom+=event.wheelDelta/12;if (zoom>0) o.style.zoom=zoom+'%';return false;}
function imgzoom(o) {
if(event.ctrlKey) {
var zoom = parseInt(o.style.zoom, 10) || 100;
zoom -= event.wheelDelta / 12;
if(zoom > 0) {
o.style.zoom = zoom + '%';
}
return false;
} else {
return true;
}
}
//写入cookies
function setcookie (name, value) {
document.cookie = name + "=" + escape(value) + ";"
}
//读取cookies
function getcookie(name){
var search; search = name + "=";
offset = document.cookie.indexOf(search);
if (offset != -1) {
offset += search.length ;
end = document.cookie.indexOf(";", offset) ;
if (end == -1) end = document.cookie.length;
return unescape(document.cookie.substring(offset, end));
}
return "";
}
//显示隐藏表格
function showhide(objname){
var objzt = getcookie(objname);
if (objzt == 1){
eval(objname + ".style.display=\"\";");
eval(objname + "oc.className=\"tabo\";");
setcookie(objname,0);
}
else {
eval(objname + ".style.display=\"none\";");
eval(objname + "oc.className=\"tabc\";");
setcookie(objname,1);
}
}
//初始化表格打开或关闭状态
没有合适的资源?快使用搜索试试~ 我知道了~
ASP源码—小型论坛源码.zip
共193个文件
gif:150个
asp:37个
js:2个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 87 浏览量
2023-11-03
00:17:37
上传
评论
收藏 331KB ZIP 举报
温馨提示
ASP源码—小型论坛源码.zip
资源推荐
资源详情
资源评论
收起资源包目录
ASP源码—小型论坛源码.zip (193个子文件)
mdb.asp 492KB
vtcls.asp 26KB
admin4.asp 22KB
managebd.asp 21KB
topicdisp.asp 20KB
admin2.asp 20KB
admin1.asp 19KB
topicpost.asp 17KB
admin3.asp 16KB
vtubb.asp 16KB
usercom.asp 15KB
adminfso.asp 14KB
usermsg.asp 14KB
userjoin.asp 13KB
usershow.asp 11KB
topicsave.asp 11KB
md5.asp 11KB
topiclist.asp 10KB
uploadsave.asp 9KB
userfav.asp 8KB
z_bank.asp 6KB
login.asp 5KB
search.asp 5KB
index.asp 4KB
cookies.asp 4KB
adminbar.asp 4KB
admininc.asp 3KB
admincheck.asp 3KB
code.asp 3KB
code.asp 3KB
userbar.asp 3KB
userelse.asp 3KB
viewfile.asp 2KB
upload.asp 2KB
conn.asp 989B
index.asp 531B
vtinc.asp 182B
style.css 7KB
logo.gif 4KB
jing.gif 3KB
msg.gif 2KB
errinfo.gif 2KB
okinfo.gif 2KB
menubg.gif 2KB
hot.gif 2KB
post.gif 2KB
reply.gif 2KB
vote.gif 2KB
swf2.gif 2KB
rar2.gif 2KB
7.gif 2KB
em12.gif 2KB
9.gif 2KB
em2.gif 2KB
18.gif 1KB
3.gif 1KB
11.gif 1KB
2.gif 1KB
12.gif 1KB
1.gif 1KB
19.gif 1KB
17.gif 1KB
type1.gif 1KB
type0.gif 1KB
8.gif 1KB
14.gif 1KB
10.gif 1KB
type3.gif 1KB
em20.gif 1KB
15.gif 1KB
5.gif 1KB
em7.gif 1KB
20.gif 1KB
top.gif 1KB
em11.gif 1KB
em19.gif 1KB
em13.gif 1KB
13.gif 1KB
em3.gif 1KB
em6.gif 1KB
em8.gif 1KB
em10.gif 1KB
em1.gif 1KB
em5.gif 1KB
6.gif 1KB
em15.gif 1KB
qq.gif 1KB
16.gif 1KB
em16.gif 1KB
lock.gif 1KB
em18.gif 1KB
em14.gif 1KB
8.gif 1KB
em4.gif 1KB
4.gif 1KB
6.gif 1KB
em9.gif 1KB
11.gif 1KB
general.gif 1KB
alltop.gif 1KB
共 193 条
- 1
- 2
资源评论
毕业_设计
- 粉丝: 1974
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 【java毕业设计】篮球论坛系统源码(springboot+vue+mysql+说明文档+LW).zip
- 【java毕业设计】篮球竞赛预约平台源码(springboot+vue+mysql+说明文档+LW+LW).zip
- 文件上传下载(源码)-kaic.zip
- 【java毕业设计】垃圾分类网站源码(springboot+vue+mysql+说明文档+LW).zip
- robo3t-1.4.4 Windows版本
- 【java毕业设计】口腔管家平台源码(springboot+vue+mysql+说明文档+LW).zip
- 基于PHP和Bootstrap的实现学籍/学生信息管理系统+项目源码+文档说明
- jasperreports7.0.1版本的项目库及原厂demo
- 【java毕业设计】考研资讯平台源码(springboot+vue+mysql+说明文档+LW).zip
- 【java毕业设计】就业信息管理系统源码(springboot+vue+mysql+说明文档+LW).zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功