本文介绍了状态栏效果的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 状态栏是否还有一些其他(更高级的)效果,除了 标准Scroller Bar,TypeWriter Scroller,Flashing Bar,Decrypter, Ticker,World Clock ? 解决方案 您错误地假设您甚至可以更改文本在5岁以下的任何浏览器中, 状态栏,除非用户 明确允许,否则不能。 - 兰迪 机会有利于准备好的心灵 comp.lang.javascript常见问题 - http://jibbering.com/faq/index.html Javascript最佳实践 - http:/ /www.JavascriptToolbox.com/bestpractices/ 默认情况下,大多数浏览器都配置为禁止 设置状态栏文本的脚本。因此,您所指的所有效果 在浏览器中都不起作用。 comp.lang.javascript常见问题 - 版本9.65 - 2007- 03-04 4.35我有window.status =" Moomin" ;;为什么状态栏没有变化? http://jibbering.com/ faq / #FAQ4_35 Ge''rard - 在网页中使用Web标准( 2006年12月更新) http://developer.mozilla.org /en/docs...your_Web_Pages 是否还有一些其他(更高级)的状态栏效果,其他比 标准Scroller Bar,TypeWriter Scroller,Flashing Bar,Decrypter, Ticker,World Clock? --- 默认情况下,大多数浏览器都配置为禁止来自 的脚本设置状态酒吧文字。所以,你所指的所有效果都不会在浏览器中起作用。 ------- 为什么???状态栏滚动条这样的基本功能必须在大多数现有浏览器上完美无缺地工作。 绝对有必要在状态栏上显示一些信息。阻止javascipts导致可视化丢失,以及许多有用功能的丢失。 阻止闪存比阻止javascript更有意义。我在一个丑陋且无用的MS IE7.0浏览器(我见过的最垃圾浏览器)上尝试使用滚动条,并且它在那里不起作用。什么是在所有浏览器上显示滚动条的变通方法?(大多数)。使用 dhtml?其他?需要解决方法。 问候 Is there some other (more advanced) effects for status bar, other thanstandard Scroller Bar, TypeWriter Scroller, Flashing Bar, Decrypter,Ticker, World Clock? 解决方案You are assuming, incorrectly, that you can even change the text in thestatus bar in any browser under 5 years old, you can''t unless the userexplicitly allows it.--RandyChance Favors The Prepared Mindcomp.lang.javascript FAQ - http://jibbering.com/faq/index.htmlJavascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/Most browsers are configured, by default, to disallow scripts fromsetting the status bar text. So, all of the effects you''re referring todo not work in browsers.comp.lang.javascript FAQ - version 9.65 - 2007-03-044.35 I have window.status="Moomin"; why doesn''t the statusbar change? http://jibbering.com/faq/#FAQ4_35Ge''rard--Using Web Standards in your Web Pages (Updated Dec. 2006) http://developer.mozilla.org/en/docs...your_Web_PagesIs there some other (more advanced) effects for status bar, other thanstandard Scroller Bar, TypeWriter Scroller, Flashing Bar, Decrypter,Ticker, World Clock?----------Why??? Such elementary thing as status bar scroller must workflawlessly on most existing browsers. It is absolutely necessary toshow some info on status bar. Blocking of javascipts causes loss ofvisualization, and loss of many useful functions.Blocking flash would make much more sense than blocking javascript. Itried scroller on ugly and trashy MS IE7.0 browser(the most rubbishbrowser I have ever seen), and it does not work there. What isworkaround to show scroller on all browsers?(most of them). Usingdhtml? Other? Need workaround.regards 这篇关于状态栏效果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
09-01 18:49