Displaying 1 result from an estimated 1 matches for "handelrequest".
2006 Jan 24
0
Safari problems w/ Effect.Appear and other effects
...uest.responseText);}
});
}
//Gets called by poll() to see if request is completed, 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...