网页常用的js脚本.doc
《网页常用的js脚本.doc》由会员分享,可在线阅读,更多相关《网页常用的js脚本.doc(52页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、文本框焦点问题onBlur:当失去输入焦点后产生该事件onFocus:当输入获得焦点后,产生该文件Onchange:当文字值改变时,产生该事件Onselect:当文字加亮后,产生该文件点击时文字消失,失去焦点时文字再出现 网页按钮的特殊颜色 鼠标移入移出时颜色变化 平面按钮 按钮颜色变化 平面输入框 使窗口变成指定的大小window.resizeTo(300,283); 使文字上下滚动共和国 9.状态栏显示该页状态 10.可以点击文字实现radio选项的选定 情侣 : 一次注册两个帐户 11.可以在文字域的font写onclick事件 12.打印
2、打印网页 13.线型输入框 14.显示文档最后修改日期function hi(str)document.write(document.lastModified) alert(hi+str+!) 15.可以在鼠标移到文字上时就触发事件!- Hiding function hello() alert(哈罗!); link 16.可以根据网页上的选项来确定页面颜色background.htmlChanging Background Colors Red Orange Yellow Green Blue Indigo Violet Whitepink 17.将按钮的特征改变 本例按钮的代码如下: 18
3、.改变按钮的图片. 本例的按钮代码如下: 19.打印页面打印本稿 20.可以直接写html语言document.write(); 21.改变下拉框的颜色 22.转至目标URLwindow.location= 23.传递该object的formUpdateSN(guoqiang99267,this.form) function UpdateSN(strValue,strForm) strForm.SignInName.value = strValue; return false; 24.文字标签guoqiang99859 25.layer2为组件的ID,可以控制组件是否可见document.al
4、l.item(Layer2).style.display = block;document.all.item(Layer2).style.display = none;/ 26.将页面加入favorite中 / 27.过10秒自动关闭页面function closeit() setTimeout(self.close(),10000) 28.可以比较字符的大小char=post.charAt(i);if(!(0=char&char=9) 29.将字符转化为数字month = parseInt(char) 点击value非空的选项时转向指定连接 主办单位 - option value= opti
5、on value= 31.改变背景颜色 改变文字输入框的背景颜色.input2 background-image: url(./images/inputbg.gif); font-size: 12px; background-color: #D0DABB;border-top-width:1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px 改变水平线的特征 传递参数的方式8 页内跳转1234567dfdfdfdf/ 36.两个按键一起按下if(event.ctrlKey & window.
6、event.keyCode=13)/ 37.刷新页面javascript:this.location.reload()/ 将网页的按钮使能function haha()for(var i=0;idocument.form1.elements.length;i+) if(document.form1.elementsi.name.indexOf(bb)!=-1) document.form1.elementsi.disabled=!document.form1.elementsi.disabled; 文字移动 双击网页自动跑var currentpos,timer; function initi
7、alize() timer=setInterval(scrollwindow(),1); function sc()clearInterval(timer);function scrollwindow() currentpos=document.body.scrollTop;window.scroll(0,+currentpos);if (currentpos != document.body.scrollTop) sc(); document.onmousedown=scdocument.ondblclick=initialize/ 后退 前进 刷新 转向指定网页document.locat
8、ion=或者document.location.assign() 在网页上显示实时时间var clock_id;window.onload=function()clock_id=setInterval(document.form1.txtclock.value=(new Date);,1000)/ 可以下载文件 document.location.href=目标文件/ 连接数据库import java.sql.*;String myDBDriver=sun.jdbc.odbc.JdbcOdbcDriver;Class.forName(myDBDriver);Connection conn=Dr
9、iverManager.getConnection(jdbc:odbc:firm,username,password);Statement stmt=conn.createStatement();ResultSet rs=stmt.executeQuery(sql);rs.getString(column1);/ 48.可以直接在页面“div”内写下所需内容INPUT TYPE=button onclick=a1.innerHTML=*/ 49.可以改变页面上的连接的格式,使其为双线A:link text-decoration: none; color:#0000FF; font-family
10、: 宋体A:visited text-decoration: none; color: #0000FF; font-family: 宋体A:hover text-decoration: underline overline; color: FF0000 A:link text-decoration: none; color:#0000FF; font-family: 宋体A:visited text-decoration: none; color: #0000FF; font-family: 宋体A:hover text-decoration: underline overline line-
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 网页 常用 js 脚本
限制150内