第8章:JS导航栏源码.docx

  1. 1、本文档共25页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
1 随机链接按钮HTMLHEADTITLE菜单导航篇--随机链接滚轮/TITLE/HEADBODY bgcolor=#fef4d2 brbrcenterh2菜单导航篇--随机链接滚轮/h2hr width=300br!-- 案例代码1开始 --script language=JavaScriptvar count=0function PlayWheel(){setTimeout(document.wheel.wheel2.selectedIndex =1000,100)setTimeout(document.wheel.wheel2.selectedIndex =count,200)setTimeout(document.wheel.wheel2.selectedIndex =1000,300)setTimeout(document.wheel.wheel2.selectedIndex =count,400)setTimeout(document.wheel.wheel2.selectedIndex =1000,500)setTimeout(document.wheel.wheel2.selectedIndex =count,600)setTimeout(window.location=document.wheel.wheel2.options[document.wheel.wheel2.selectedIndex].value, 800)}function animate(){var countfinal=Math.round(Math.random()*(document.wheel.wheel2.length-1))document.wheel.wheel2.selectedIndex =countif (count==countfinal){ PlayWheel();return;}if (countdocument.wheel.wheel2.length) count++else count=0!-- [Step1]: 这里可以设置滚动的速度 --setTimeout(animate(),100)} /script!-- 案例代码1结束 --!-- 案例代码2开始 --form method=POST name=wheel div align=center !-- [Step2]: 在此能够更改选择框的行数 -- select name=wheel2 size=5!-- [Step3]: 这里可以设置链接对应的网址 --!-- [Step4]: 在此能够更改链接的名称 -- option value=263 在线/option option value=新浪网/option option value=搜狐网/option option value=雅虎网/optionbr /select /divbr div align=center!-- [Step5]: 这里可以设置按钮的名称 -- input type=button value=转动滚轮 name=B1 onClick=animate() /div/form!-- 案例代码2结束 --/BODY/HTML2 旋转菜单HTMLHEADTITLE菜单导航篇--旋转菜单/TITLE/HEADBODY bgcolor=#fef4d2 brbrcenterh2菜单导航篇--旋转菜单/h2hr width=300brbr!-- 案例代码开始 --script language=JavaScriptvar objects;var pos;var r = 110; !-- [Step1]: 这里可以更改旋转菜单的中心坐标 --var xoff = 350; var yoff = 240; var pi = Math.PI; var inc = pi / 180; function showObject(object) { object.visibility = VISIBLE;}function hideObject(object) { object.visibility = HIDDEN;}function slidepicture(from, to) { if (from to) { website.top = (from += 10); setTimeout(slidepicture( + from + , + to + ), 75); } else initObjects();}function initObjects()

文档评论(0)

0520 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档