- 1、本文档共8页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
用JavaScript来装扮自己的家园(Use JavaScript to dress up your home)
用JavaScript来装扮自己的家园(Use JavaScript to dress up your home)
In the first half of this warrior, Americans still dance. Try to burn the jade for three days, and the wood must be planted for seven years. The wildfire burns, the spring breeze blows again. Wu Chu southeast southeast, and earth floating. Content is not shame measurably. 1, show visitors browser related information
If you want to make your home page automatically shows some relevant information of the visitor, for example showing his browser type and version number and other information on the page, and puts forward some suggestions, such as: please use the 600*800 display mode to browse the web. Well, you can add the following HTML source code to the source code of your own home page.
Vari=0;
Varj=0;
Varn=0;
VarBrowserInfo=: your browser is: +navigator.appName+, +navigator.appCodeName+, +navigator.appVersion, functionMakeArray (n)
{
This.length=n;
For (varj=0; j\n; j++)
{
This [J] =0;
}
Returnthis;
}
VarMessages=newMakeArray (3);
Messages [0] = your browser name: +navigator.appName;
Messages [1] = your browser code: +navigator.appCodeName;
Messages [2] = browser version number: +navigator.appVersion;
Messages [3] = please use the 600*800 display mode to navigate through the web page;
FunctionShowInfo ()
{
Document.Menu.Display.value=Messages [I];
If (I ^ 2)
I=0
Elsei++;
Document.Menu.Display.value=Messages [I];
BrowserInfo=Messages [I];
SetTimeout (ShowInfo ()) 3000;
}
2, add video animation to the home page
Just add the following code to your web page and you can add Windows, video, animation, or other RralMedia video animations to your home page.
img, dynsrc=/test.avi, start=, FileOpen, width=, 360, height=, 190, alt=, test.avi (40M bytes), controls, hspace=, -1, vspace=, 0,
In this code, the value of dynsrc for your animation file name, it should be based on avi, RA, RAM as the extension of the file; the value of start is FileOpen, which can make the animation play automatically; width and height value
您可能关注的文档
- 学习8小时以下是可耻的(It's a shame to learn under 8 hours).doc
- 学,然后知不足——《学哲学用哲学》读后感(To learn, and then lack of knowledge -- philosophy of philosophy.).doc
- 学习Mc该注意的事项和曲风选择及风格(Learning style and style issues and the attention Mc).doc
- 学习Perl(学习Perl).doc
- 学习《教师法》、《未成年人保护法》、《义务教育法》的心得体会(Learn the Teacher Law, minor protection law and Compulsory Education Law experience).doc
- 学习室内设计必看的AutoCAD教程【精校版】(Learning interior design must see the AutoCAD tutorial [refined school version]).doc
- 学习动机、学习迁移与学习策略(Learning motivation, learning transfer and learning strategies).doc
- 学习小组文化墙设计(Learning group cultural wall design).doc
- 学习十七届三中全会精神入党思想汇报(Learn the spirit of the third Plenary Session of the 17th CPC Central Committee and report to the party).doc
- 学习散文(Study prose).doc
文档评论(0)