原文:js获取网页的各种高度网页可见区域宽: 
document.body.clientWidth网页可见区域高: document.body.clientHeight网页可见区域宽: 
document.body.offsetWidth (包括边线的宽)网页可见区域高: document.body.o...
                            
                            
                                分类:
Web程序   时间:
2014-05-15 10:18:42   
                                阅读次数:
338
                             
                         
                    
                        
                            
                            
                                网页可见区域宽: document.body.clientWidth网页可见区域高: 
document.body.clientHeight网页可见区域宽: document.body.offsetWidth (包括边线的宽)网页可见区域高: 
document.body.offsetHeight (包...
                            
                            
                                分类:
Web程序   时间:
2014-05-14 23:20:14   
                                阅读次数:
321
                             
                         
                    
                        
                            
                            
                                转自http://hi.baidu.com/delphidiary转自http://blog.sina.com.cn/s/blog_725fb194010150jh.html//前面要加几个pas单元usesRegistry,ShellApi,WinInet,ShlObj,ComObj;//====...
                            
                            
                                分类:
Web程序   时间:
2014-05-09 16:20:59   
                                阅读次数:
424
                             
                         
                    
                        
                            
                            
                                JS中location.search什么意思设置或获取 
网页地址跟在问号后面的部分当以get方式在url中传递了请求参数时,可以利用location的search属性提取参数的值,下面的代码把参数的名称和对应的值存储在2个数组中。-----------------------------------...
                            
                            
                                分类:
Web程序   时间:
2014-05-08 20:55:13   
                                阅读次数:
657