搜索资源列表
JavaScript特效实例
- 一些javascr ipt特效的源码,包含树型目录、禁用鼠标右键、页面嵌套、层效果、水韵效果等-some magic source, including tree directory, disable the right mouse button, nested pages, layer effects, effects of water Classics
buttons
- 可以帮你制作基于javascr ipt的网页按钮。 可以使你的网页富有动画的效果,使网页更加的美观。-can help you produce on the website javascr ipt button. You can make a website full of animation effect, making the website more attractive.
Javascript模拟书签式按钮
- Javascr ipt模拟书签式按钮-Javascr ipt-button simulation bookmarks
javascript
- javascr ipt中文教程 <INPUT TYPE=\"button\" NAME=\"objectName\" VALUE=\"buttonText\" [onClick=\"handlerText\"]> NAME specifies the name of the button object as a property of the enclosing form object and can be accessed using the
jisuanqi2
- 设计一个复杂的计算器,能实现Window中计算器的功能,如下图: ⑴定义组件:0~9,+、-、*、/、sqrt()、1/x、%、C=按钮;显示屏文本行;菜单; ⑵要求能关闭窗口;点击按钮,或键盘数字会在显示屏上输出结果。 ⑶具有进制转换功能; -Design a complex calculator, to achieve Window in calculator function, the following chart: ⑴ custom component: 0 ~ 9,2
show_hid
- Javascr ipt实现网页上点击按钮显示和隐藏一个层-Javascr ipt realization of the page click the button to display and hide a layer
javacript
- javascr ipt辅助生成工具,能生成动态按钮,弹出式窗口,站内搜索,跳接转移等. 本文来源于虾客源码 -javascr ipt-assisted generation tool that can generate dynamic button, pop-up window, Site Search, jump transfer. This article comes from shrimp-off source
Javascript
- 一些实用的Javascr ipt代码,将彻底屏蔽鼠标右键,可用于Table,取消选取、防止复制,不准粘贴, 防止复制,IE地址栏前换成自己的图标,可以在收藏夹中显示出你的图标,关闭输入法,防止被人frame 等.-Some useful Javascr ipt code that will completely shield the right mouse button can be used for Table, de-select to prevent reproduction, not a
anniu
- 一个好的按钮特效,对一个网页来说,有很大的吸引力,会让浏览者注意这个网页,我用JAVAscr ipt做的这个按钮特效希望对大家有帮助-Button a good special effects, on a web page, there are very attractive, allow viewers to pay attention to this website, I used to do JAVAscr ipt effects of this button would like to
button
- Javascr ipt Button Demo
lhgdialog
- 仿新浪博客弹出层代码下载 这种效果是一个弹出层的组件哦,如像新浪博客啊,还有网易的佳人有约的效果。 三、调用方法及参数说明 在需要调用的页面引入lhgdialog.js,例如:<scr ipt type="text/javascr ipt" src="lhgdialog.js"></scr ipt> 然后在要调用的位置上引发的事件中加入调用代码,例如:<input type="button" onclick="lhgdialog.opendlg(.
javascript--use-bgcode
- 客户端调用后台代码的例子,客户端按钮用javascr ipt触发服务端按钮,实现调用后台代码,比较巧妙-Client calls back the code example, the client-side button, the button with the javascr ipt trigger the service to achieve call back code, more clever
Javascript
- 经常上网的朋友可能会到过这样一些网站,一进入首页立刻会弹出一个窗口,或者按一个连接或按钮弹出,通常在这个窗口里会显示一些注意事项、版权信息、警告、欢迎光顾之类的话或者作者想要特别提示的信息。其实制作这样的页面效果非常的容易,只要往该页面的html里加入几段javascr ipt代码即可实现。下面俺就带您剖析它的奥秘。-Regular Internet friends may have been to so some sites, entered the home will immediately
JavaScript
- Javascr ipt表单判断示例演示,虽然现在都Ajax了,但比较传统的JS表单判断同样也很实用哦,必竟简单,容易做,本表单包括了基本的文本框判断、复选框判断、下拉列表框判断、单选按钮判断等,囊括了常用的表单数据判断项,为新手提供有力的参考。-Javascr ipt form judgment example demonstrates, though now have a Ajax, but in comparison with the conventional JS form judg
button
- 在一个网页中,有三个按钮是小,中,大,使用Javascr ipt编写程序实现当点击一个按钮时,网页就按照相应的字体大小显示网页的文字。个人写的比较简单。-In a web page, there are three buttons are small, medium, large, using the Javascr ipt programming when the click of a button, the page is displayed in accordance with the a
web-JavaScript
- 请给Array本地对象增加一个原型方法,它的用途是删除数组条目中重复的条 目(可能有多个),返回值是一个仅包含被删除的重复条目的新数组。 利用正则表达式,解析形如(2003-12-05)的短日期,得到该日期的年月日。 并利用年月日构造Date对象 要求用户在文本框中输入用户名,提交时,若文本框为空,则取消提交利用复选框让用户选择其爱好,输出用户所选的内容;利用单选钮让用户选择其性别,输出用户所选的内容;利用隐藏控件,设计判断用户输入的验证码-Please add a l
music-Button
- 本程序是使用javascr ipt编写的小程序,鼠标放在哪,对应的按钮名即显示 -This procedure is to use javascr ipt to write a small program, which the mouse on the corresponding button name is displayed
JavaScript-TIMEOVER
- 用Javascr ipt实现按钮可用状态倒计时,很简单好用-Button available countdown to implement in Javascr ipt, is very simple to use
html-to-JavaScript
- 实用的HTML转换JAVAscr ipt在线工具,使用时只需要把源码放到自己网站目录下直接打开,然后输入需要转换成Javascr ipt的HTML代码粘贴在文本框中,点击按钮即可转换,方便站长用于广告代码转换和内容管理。-HTML conversion JAVAscr ipt practical online tools, just need source code into your site directory directly under the open when in use, and
button
- Javascr ipt to implement the specter of a button