Top "Pageload" questions

Use this for general web page loading questions (HTML, PHP, ASP, etc).

Page doesn't fully load in IE7 or IE8 (but works in other browsers)

I've come across a really strange problem where a page I'm trying to test in IE7 and IE8 is taking …

internet-explorer internet-explorer-8 internet-explorer-7 pageload
Will HTTPS slow down page loads of my web application?

Will SSL Encryption slow down page load? If so, how do I estimate the impact on performance for my web …

performance ssl https pageload
get data from a querystring

i have this querystring that shall open up my page. http://www.a1-one.com/newpage.aspx?email=er@old.…

vb.net query-string pageload
Set focus on an asp.net control on Page Load

I want to set focus on a control when page is loaded. I wrote this code but not working.. protected …

javascript pageload clientscript
CSS Display:none - Does it still load all content inside the DOM?

Good Day Question: When giving the property display: none; to a div, will the browser still load all its contents? …

jquery css browser pageload
How can I run a method every page load in MVC3?

With WebForms, if I wanted to run a method on every page load, then I would call this method in …

asp.net asp.net-mvc-3 pageload
How to access performance object of every resource in a web page?

I can see, in Chrome Developer tools, loading time, time it took to get a particular resource from server and …

javascript browser web pageload