skip to main
|
skip to sidebar
Technology Tips
Thursday, February 12, 2009
Use javascript to check the loading of the page
document.onreadystatechange=function() {
if (document.readyState=="complete") {
//your work
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
My Blog List
黑暗執行緒
The Will Will Web
Scott Hanselman's Computer Zen
MIS2000 Lab
點部落-小朱的技術空間
Musings on Tech and ASP.NET
Tatham Oddie
Mark Needham
ScottGu's Blog
點部落-Response.Write("Hello LOLOTA")
點部落-Dotjum的分享空間
David Hayden - Florida .NET Developer
ASP.NET Weblogs
Category
ASP.net
(121)
C++
(1)
CSS
(11)
Deployment
(2)
Design Pattern
(7)
Dreamweaver
(2)
Drupal
(1)
Facebook
(44)
Freelance
(2)
Google API
(6)
HTML
(20)
iPhone
(15)
Java
(19)
Javascript
(36)
Job Related
(3)
Job Seeking
(17)
JQuery
(24)
Mobile
(5)
Oracle
(2)
Others
(41)
PHP
(8)
Project Management
(5)
Ruby on Rails
(1)
Security
(11)
seo
(5)
Sharepoint
(3)
Silverlight
(2)
SQL
(19)
Tools
(36)
Tutorial
(39)
Web Design
(7)
WordPress
(1)
Blog Archive
►
2012
(17)
►
May
(3)
►
April
(1)
►
February
(7)
►
January
(6)
►
2011
(76)
►
December
(3)
►
November
(7)
►
October
(1)
►
September
(5)
►
August
(9)
►
July
(7)
►
June
(6)
►
May
(10)
►
April
(9)
►
February
(8)
►
January
(11)
►
2010
(149)
►
December
(10)
►
November
(4)
►
October
(6)
►
September
(15)
►
August
(21)
►
July
(9)
►
June
(7)
►
May
(9)
►
April
(13)
►
March
(18)
►
February
(10)
►
January
(27)
▼
2009
(212)
►
December
(10)
►
November
(26)
►
October
(27)
►
September
(20)
►
August
(39)
►
July
(20)
►
June
(14)
►
May
(18)
►
April
(11)
►
March
(19)
▼
February
(7)
How to make an inherited editable region uneditable
"javascript:" is replaced to "" in HyperLinkField
Control Execution Lifecycle
Introduction to Web Application Projects
Creating and working with content using Dreamweaver
Use javascript to check the loading of the page
Web Deployment
►
January
(1)
►
2008
(8)
►
November
(8)
About Me
Billy Cheung
View my complete profile
No comments:
Post a Comment