If you don't want to include a hit counter from the many free sources I suspect this going to be a tough task. with all the different browsers and versions it is better to tap into someone-else's...
I just looked at FireBug on FireFox Portable (3.6.13) and can't find anything that looks promising.
Just a thought but when you open a new instance of a browser there are a lot of parameters you...
http://www.javascriptkit.com/howto/htaccess2.shtml
says something about "page not found" "not loaded" type errors.
You can set-up your own error page (don't know how just yet) on your own domain. ...
onLoad - now wouldn't that report a success in loading any page? Though curiously it does not wait for rendering to finish (in my not so humble experience).
If you want to look at...
the thinking goes like this:
1) read the page for last date (somewhere on the page) that the page was generated.
2) compare with current date
3) if it looks...
Not really an HTML question (apologies) but I run portable FF 3.6.12 from a memory stick because I flit from public system to public system (Libraries and Community Radio Station)
If the other server is effectively the same domain it should be possible. If not, not.
On my geographical filter page I load an IFRAME 4 times and inspect for a given parameter, extract the whole of...
If the displaying thereof is the problem you could load them into a hidden layer or IFRAME. If load time is the problem - surely they have to be rendered, which is a job for the browser.
Declan - I have asked this question and seen similar posts and they all said it was impossible on client-side. Is the hidden IFRAME wheeze an exception to received wisdom?
var timcount;
// these are set elsewhere to inhibit the test routine while other processes are in progress
var pagedone = true;
// bw.ie = "browser window is IE". not true if Mozilla...
var timcount;
// these are set elsewhere to inhibit the test routine while other processes are in progress
var pagedone = true;
// bw.ie = "browser window is IE". not true if...