惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
News and Events Feed by Topic
D
Docker
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
F
Full Disclosure
H
Hackread – Cybersecurity News, Data Breaches, AI and More
P
Proofpoint News Feed
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
L
LangChain Blog
H
Help Net Security
B
Blog
T
Tailwind CSS Blog
V
V2EX
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
Recent Announcements
Recent Announcements
aimingoo的专栏
aimingoo的专栏
美团技术团队
A
About on SuperTechFans
C
Cybersecurity and Infrastructure Security Agency CISA
K
Kaspersky official blog
I
InfoQ
Project Zero
Project Zero
I
Intezer
Google DeepMind News
Google DeepMind News
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Threat Research - Cisco Blogs
Last Week in AI
Last Week in AI
C
Cyber Attacks, Cyber Crime and Cyber Security
G
GRAHAM CLULEY
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
AWS News Blog
AWS News Blog
Spread Privacy
Spread Privacy
S
Securelist
Recorded Future
Recorded Future
D
Darknet – Hacking Tools, Hacker News & Cyber Security
博客园 - 叶小钗
S
Security Affairs
Blog — PlanetScale
Blog — PlanetScale
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
罗磊的独立博客
The Hacker News
The Hacker News

博客园 - pboy2925

博客搬家 http://jorkin.me [导入][转]一个经典的Access数据库 [导入][转]阿D SQL注入工具常用的一些注入命令 [导入]jQuery插件推荐(最后更新2009年01月18日) [导入][原创]正则分析二级或多级域名的主域名 [导入][原创]级联checkbox,自用权限管理模块,需jQuery [导入][转]跨越域的Cookie [导入]Select的OnChange()事件 [导入]ASP常用函数:RadioScript() [导入][转]读取汉字点阵数据 [导入]可爱的小动物们 [导入]值得收藏经典民间偏方 [导入]如何学习英语(英语学习中最重要的五点) [导入]Oracle常用函数:IDCARD15TO18() 身份证15位转18位函数 [导入][转]地产忽悠大全 [导入][转]js + .Net 图片切割系统 [导入]试用了一下Dreamweaver CS4 [导入]中文 Windows 95 GBK 代码集字符定义表 [导入]千万千万不要买宏图三胞的东西
[导入]scrollLeft scrollTop clientWidth clientHeight 各浏览器修正
pboy2925 · 2008-12-09 · via 博客园 - pboy2925

var bodyScrollLeft,bodyScrollTop;if(window.pageXOffset){bodyScrollLeft=window.pageXOffset}else if(document.documentElement&&document.documentElement.scrollLeft){bodyScrollLeft=document.documentElement.scrollLeft}else if(document.body){bodyScrollLeft=document.body.scrollLeft}if(window.pageYOffset){bodyScrollTop=window.pageYOffset}else if(document.documentElement&&document.documentElement.scrollTop){bodyScrollTop=document.documentElement.scrollTop}else if(document.body){bodyScrollTop=document.body.scrollTop}var bodyClientWidth,bodyClientHeight;if(window.innerWidth){bodyClientWidth=window.innerWidth}else if(document.documentElement&&document.documentElement.clientWidth){bodyClientWidth=document.documentElement.clientWidth}else if(document.body){bodyClientWidth=document.body.clientWidth}if(window.innerHeight){bodyClientHeight=window.innerHeight}else if(document.documentElement&&document.documentElement.clientHeight){bodyClientHeight=document.documentElement.clientHeight}else if(document.body){bodyClientHeight=document.body.clientHeight}
文章来源:http://Jorkin.Reallydo.Com/default.asp?id=555

posted @ 2008-12-09 22:10  pboy2925  阅读(181)  评论()    收藏  举报