Archive

Posts Tagged ‘iframe onload’

Iframe + Onload + Progressbar

April 17th, 2009 Comments off

I have a javascript code, that starts a progress bar when the content in the iFrame has been loaded. (Actually when the content is loaded, it sends an ajax request to the server, it responses, and if the response is true the progress bar starts, otherwise show a hidden div).
The code works well, but not for everyone (:)). Users are complaning about the progress bar doesn’t start at all. They have different browers, so I don’t really know what causes this problem. If they are clicking on an outside link and come back the timer starts…

I need a programmer who can fix it that everyone with every platform and every modern browser could use it.

Iframe + Onload + Progressbar

March 26th, 2009 No comments

I have a javascript code, that starts a progress bar when the content in the iFrame has been loaded. (Actually when the content is loaded, it sends an ajax request to the server, it responses, and if the response is true the progress bar starts, otherwise show a hidden div).
The code works well, but not for everyone (:)). Users are complaning about the progress bar doesn’t start at all. They have different browers, so I don’t really know what causes this problem.

I need a programmer who can fix it that everyone with every platform and every modern browser could use it.

Bear