Using the Progress Bar in conjunction with the 'Form Button Feaver' Extension
Is there a way of getting the Progress Bar to display while also using the 'Form Button Feaver' Extension, as when this extension is used to send the form the Progress Bar does not display.
Yes, there is...simply place the following line which is present in the the form tag...
showProgressWindow('blueFlashProgress.htm',300,100);}
...at the end of the FormButtonFeaver function like below:
function formButtonFever(formName,action){
var myString = "document."+formName+"."+action+"();";
eval(myString);
showProgressWindow('blueFlashProgress.htm',300,100);}
//-->
Comments
Be the first to write a comment
You must me logged in to write a comment.