Displaying 1 result from an estimated 1 matches for "enblactivty".
2006 Jan 24
0
Safari problems w/ Effect.Appear and other effects
...if not it tries 
one more time
var PollAttempts = 0;
function update (request) {
   if(!request.match(/^Completed/)) {
       PollAttempts++;
       if(PollAttempts <= 1) {
           Poll();
       }
   }
   handelrequest();
}
function handelrequest() {
   //Make the Progress Bar Disappear
   enblactivty();
   new Effect.Fade(''progress'');
}   
function enblactivty() {
   Effect.BlindUp(''block'');
   Form.enable(document.forms[''welcome1'']);
   Form.enable(document.forms[''welcome2'']);
   Form.reset(document.forms[''welcome...