| Author |
How to check if page has rendered completely...
|
S. Schaefer
Greenhorn
Joined: Feb 06, 2011
Posts: 7
|
|
Hi there.
I'm just wondering if anybody could tell me a way to check (e.g. via IceFaces, Selemium, ...), if the page is completely rendered...?
I read something about a handler that is called if this is the case, but i'm quite sure, because this topic was written 2004...
Can anybody help me? =)
Greetz
gilaras
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14475
|
|
JSF doesn't normally concern itself with that, since it's a client-side event and therefore has to be bound to some sort of JavaScript action.
I really haven't seen anything on JSF and render-complete JavaScript, but I have seen a fair amount on vanilla web pages with JavaScript render-complete actions just by a little Googling.
An alternative is to use a framework such as jQuery, which makes actions like this quite trivial.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: How to check if page has rendered completely...
|
|
|