Displaying 1 result from an estimated 1 matches for "rndractivity".
2006 Jan 24
0
Safari problems w/ Effect.Appear and other effects
...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;
}
// While report is loading, disable report interaction ability
function rndractivity() {
Effect.BlindDown(''block'');
Form.disable(document.forms[''welcome1'']);
Form.disable(documen...