Displaying 1 result from an estimated 1 matches for "report_demo".
2006 Jan 24
0
Safari problems w/ Effect.Appear and other effects
...''ve recently been working alot with Scriptaculous and Prototype and 
I''ve got some good looking results in FF and IE.  However, Safari is 
killing me!  I would love for someone to look at this, and tell me if 
its my design or the libraries.
One example:
http://www.tankdb.com/src/report_demo.php
1. Checkout the above page
2. Choose August 2000
3. Choose "Download Package Two"
What happens beneath the hood:
OnClick =
function getpdf() {
   Effect.Appear(''progress'');
   rndractivity();
   setTimeout(''Poll()'', 2000);
   PollAttempts = 0;
}...