按钮的js样式设置.doc_第1页
按钮的js样式设置.doc_第2页
按钮的js样式设置.doc_第3页
按钮的js样式设置.doc_第4页
按钮的js样式设置.doc_第5页
已阅读5页,还剩13页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1 定制打开窗口按钮特效篇-定制打开窗口按钮特效篇-定制打开窗口2 打开全屏窗口按钮特效篇-打开全屏窗口按钮特效篇-打开全屏窗口function OpenAllWindow()var targeturl=/NewWindow=window.open(,scrollbarsyes,toolbar=yes,location=yes,status=yes,menubar=yes)if (document.all) NewWindow.moveTo(0,0); NewWindow.resizeTo(screen.width,screen.height)NewWindow.location=targeturl3 随意打开窗口按钮特效篇-随意打开窗口按钮特效篇-随意打开窗口function CustomizeWindow(form) var address = document.form1.url.value; var op_wid = document.form1.wid.value; var op_heigh = document.form1.heigh.value; var op_resize = (document.form1.resize.checked = true) ? 1 : 0; var op_dir = (document.form1.dir.checked = true) ? 1 : 0; var op_stat = (document.form1.stat.checked = true) ? 1 : 0; var op_menu = (document.form1.menu.checked = true) ? 1 : 0; var op_tool = (document.form1.tool.checked= true) ? 1 : 0; var op_loc_box = (document.form1.loc_box.checked = true) ? 1 : 0; var op_scroll = (document.form1.scroll.checked = true) ? 1 : 0; var option=toolbar=+ op_tool +,directories=+ op_dir +,location=+ op_loc_box +,status=+ op_stat +,scrollbars=+ op_scroll +,resizeable=+ op_resize +,menubar=+ op_menu +,width=+ op_wid +,height=+ op_heigh; var win3 = window.open(, how_are_u_doing, option); var win4 = window.open(address, how_are_u_doing);function ClearWindow(form) document.form1.wid.value=; document.form1.heigh.value=; 地址: : 快捷键 : 地址栏 : 链 接 : 状态栏 : 调大小 : 滚动条 : 菜 单 宽度: 高度: 4 返回默认首页按钮特效篇-返回默认首页按钮特效篇-返回默认首页function ReturnHomePage() if (document.layers) window.home() else window.location=/ 5 按频道打开窗口按钮特效篇-按频道打开窗口按钮特效篇-按频道打开窗口function ChannelWindow()window.open(/,Channelmode,scrollbars) 6 显示特殊效果按钮特效篇-显示特殊效果按钮特效篇-显示特殊效果 .down color:#FF99FF; background: #333300; font-style: italic .over color:#99FF66; background: #CC00CC 7 站点栏目跑马灯按钮特效篇-站点栏目跑马灯按钮特效篇-站点栏目跑马灯if (!document.layers&!document.all) event=testfunction ShowTip(current,e,text)if (document.all&document.readyState=complete)document.all.ShowHideTip.innerHTML=+text+document.all.ShowHideTip.style.pixelLeft=event.clientX+document.body.scrollLeft+10document.all.ShowHideTip.style.pixelTop=event.clientY+document.body.scrollTop+10document.all.ShowHideTip.style.visibility=visibleelse if (document.layers)document.ShowHideTip.document.nstip.document.write(+text+)document.ShowHideTip.document.nstip.document.close()document.ShowHideTip.document.nstip.left=0currentscroll=setInterval(ScrollTip(),100)document.ShowHideTip.left=e.pageX+10document.ShowHideTip.top=e.pageY+10document.ShowHideTip.visibility=showfunction ScrollTip()if (document.ShowHideTip.document.nstip.left=-document.ShowHideTip.document.nstip.document.width)document.ShowHideTip.document.nstip.left-=5elsedocument.ShowHideTip.document.nstip.left=150function HideTip()if (document.all)document.all.ShowHideTip.style.visibility=hiddenelse if (document.layers)clearInterval(currentscroll)document.ShowHideTip.visibility=hidden 8 窗口开关按钮特效篇-窗口开关按钮特效篇-窗口开关function OpenWindow() onewindow=open(,NewWindow);function CloseWindow() onewindow.close(); 9 说明浮动条按钮特效篇-说明浮动条按钮特效篇-说明浮动条function DLinkOn(x)with(linkx)linkmessage.innerHTML=msg;linkmessage.style.top=dtop;linkmessage.style.left=dleft;linkmessage.style.background=bgcolor;linkmessage.style.visibility=visible;function DLinkOff()linkmessage.style.visibility=hidden;function Display(msg,bgcolor,dtop,delft)this.msg=msg;this.bgcolor=bgcolor;this.dtop=dtop;this.dleft=delft;var link=new Array();link0=new Display(力争让每个人都成为网页特效的高手。,bisque,150,430)link1=new Display(起草于2002年7月,作者:饸饹面,bisque,190,430) 10 窗口按钮按钮特效篇-窗口按钮按钮特效篇-窗口按钮 0 1 r 11 状态栏信息按钮特效篇-状态栏信息按钮特效篇-状态栏信息function StatusMsg() var message=按钮特效篇-状态栏信息 window.status = message 12 按序点击按钮按钮特效篇-按序点击按钮按钮特效篇-按序点击按钮function SeqClickLink() var i, visStr, args, theObj; args = SeqClickLink.arguments; for (i=0; i(args.length-2); i+=3) visStr = argsi+2; if (document.all != null) if (visStr = show) visStr = visible; if (visStr = hide) visStr = hidden; theObj = eval(argsi+1); if (theObj) theObj.style.visibility = visStr; 13 查看源代码按钮特效篇-按序点击按钮按钮特效篇-按序点击按钮function SeqClickLink() var i, visStr, args, theObj; args = SeqClickLink.arguments; for (

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论