Re: how to check if page has been displayed (rendered) by the browser

2007-06-01 Thread Pierre Goupil
Hello ! 2007/5/31, Raghupathy, Gurumoorthy <[EMAIL PROTECTED]>: Put your javascript at the last ... so you are sure that my the time your javascript is being executed your html is rendered Unfortunately, this doesn't work this way : you have no guarantee that your page has finished *renderin

Re: how to check if page has been displayed (rendered) by the browser

2007-05-31 Thread Jeremiah Johnson
is rendered -Original Message- From: Srepfler Srgjan [mailto:[EMAIL PROTECTED] Sent: 31 May 2007 14:44 To: Struts Users Mailing List Subject: Re: how to check if page has been displayed (rendered) by the browser Yup, I think this is a JS issue, Perhaps you should check if the DOM is

RE: how to check if page has been displayed (rendered) by the browser

2007-05-31 Thread Raghupathy, Gurumoorthy
Put your javascript at the last ... so you are sure that my the time your javascript is being executed your html is rendered -Original Message- From: Srepfler Srgjan [mailto:[EMAIL PROTECTED] Sent: 31 May 2007 14:44 To: Struts Users Mailing List Subject: Re: how to check if page has

Re: how to check if page has been displayed (rendered) by the browser

2007-05-31 Thread Srepfler Srgjan
Yup, I think this is a JS issue, Perhaps you should check if the DOM is loaded. Torsten Römer wrote: Couldn't you use the JavaScript "Load" event to know when the page has been completely rendered, and postpone your reload until then? Torsten Greg Stasica schrieb: hi, My problem is that I

Re: how to check if page has been displayed (rendered) by the browser

2007-05-30 Thread Torsten Römer
Couldn't you use the JavaScript "Load" event to know when the page has been completely rendered, and postpone your reload until then? Torsten Greg Stasica schrieb: > hi, > > My problem is that I've a big JSP page with a lot of scriptlets and a > JavaScript which basically reloads the whole page

how to check if page has been displayed (rendered) by the browser

2007-05-29 Thread Greg Stasica
hi, My problem is that I've a big JSP page with a lot of scriptlets and a JavaScript which basically reloads the whole page every 5s. The problem is that my JavaScript makes a request to the server before the user has a chance to see the whole page. Is it possible to read somehow that the page