Blogs1 - 10 of 23 recent posts for tag:"document body"
03
Jul
2009
J2EE Review (c) JavaScript (under) - real application  

2 days ago by CodeWeblog.com

I study and do projects in the commonly used summary of the js function. First, use the form js dynamic additions and deletions do search tools to JavaScript: util.js //全选反选 function checkAll(boxName) { var checkBox = document.getElementsByName(boxName); for (i = 0; i & lt; checkBox.length; i++) { v ...

CodeWeblog.com - codeweblog.com · Rank: 24,045 · 10 references

26
Jun
2009
js example  

9 days ago by CodeWeblog.com

var $ie = window.navigator.userAgent.toLowerCase().indexOf('msie') >= 0, $ saf = window.navigator.userAgent.toLowerCase().indexOf(' safari') >= 0, $ opr = window.navigator.userAgent.toLowerCase().indexOf(' opera') >= 0, $ fox = window.navigator.userAgent.toLowerCase().indexOf(' gecko') >= 0; /** * s ...

CodeWeblog.com - codeweblog.com · Rank: 24,045 · 10 references

19
Jun
2009
eventutil.js  

16 days ago by CodeWeblog.com

var EventUtil = new Object; /**//* This method is used to add the case to the specific object, oTarget is targeted, sEventType is the type of case, such as click, keydown, etc., fnHandler callback function is the case / * EventUtil.addEventHandler = function ( oTarget, sEventType, fnHandler) ( / / f ...

CodeWeblog.com - codeweblog.com · Rank: 24,045 · 10 references

16
Jun
2009
javascript implementation QQ, MSN message box in the bottom right corner of ...  

19 days ago by CodeWeblog.com

& lt;html> & lt;head> & lt; meta http-equiv="Content-Type" content="text/html; charset= gb2312" /> & lt;title>模仿 MSN消息提示的效果& lt;/title> & lt; style type="text/css"> a { color: #000; font-size: 12px; text-decoration: none } a:hover { color: #900; text-decoration: underline } & lt;/style> & lt;!--实现层移 ...

CodeWeblog.com - codeweblog.com · Rank: 24,045 · 10 references

28
May
2009
JS Export Excel, Word  

38 days ago by CodeWeblog.com

/ / Export Excel function AllAreaExcel () ( var oXL = new ActiveXObject ( & quot;Excel.Application& quot;); var oWB = oXL.Workbooks.Add (); var oSheet = oWB.ActiveSheet; var sel = document.body.createTextRange (); sel.moveToElementText (export1); sel.select (); sel.execCommand ( & quot;Copy& quot;); ...

CodeWeblog.com - codeweblog.com · Rank: 24,045 · 10 references

18
May
2009
JS implementation using copy / paste function  

48 days ago by CodeWeblog.com

This article is from the Internet to collect me from organize. 1, the basic reproduction & lt; script language="javascript"> function readTxt() { alert(window.clipboardData.getData("text")); } function setTxt() { var t=document.getElementById("txt"); t.select(); window.clipboardData.setData('text',t ...

CodeWeblog.com - codeweblog.com · Rank: 24,045 · 10 references

05
May
2009
DHTML Sliders  

61 days ago by admin

This cross-browser slider is easy to incorporate in your web site. It’s designed with a combination of (X)HTML, Cascading Style Sheets (CSS) and JavaScript. They are fast and compact. They do not contain any image elements or applets. This minimizes the number of server requests and keeps the page s ...

Ajax Updates - ajaxupdates.com · 3 references

Ext Core - Cross-Browser Javascript Library  

61 days ago by admin

Ext Core is a lightweight and feature rich core JavaScript library available under an MIT license. Ext Core is packed full of exciting features intended to allow for rapid web development while encouraging well designed and scalable code. This library provides abstractions for DOM manipulation/trave ...

Ajax Updates - ajaxupdates.com · 3 references

04
May
2009
javascript html js lightbox show the effect of imitation, div cover, lock ...  

62 days ago by CodeWeblog.com

Lightbox effect (also called Windows shutdown some effect), but need not be so complicated, can display a content box on the list. Is a full- screen coverage of the layer, add a layer to display the content. Use position: fixed the new features ps: & quot; location effects& quot; means that the scre ...

CodeWeblog.com - codeweblog.com · Rank: 24,045 · 10 references

02
May
2009
JavaScript in the use of five kinds of events to explain  

64 days ago by very4.com

To provide event handling for imported components, can greatly improve the sealing components, and at the same time allow good components and external communications. And that is what we have been accustomed to using a development model,. NET, DHTML, etc. to provide a complete set of event handling ...

very4.com - very4.com

Previous123