Hiding and showing different elements

  •  02-24-2009, 5:01 PM

    Hiding and showing different elements

    I got this bit of code from another post pertaining to hiding the cancel button...
     
    1. function CuteWebUI_AjaxUploader_OnStart()  
    2. {  
    3.         var hidden=this;  
    4.         hidden.internalobject.insertBtn.style.display="none";  
    5.         hidden.internalobject.cancelBtn.style.visibility="hidden";  
    6.  } 
     
    What are the other id's for the progress bar, progress text, and any other elements that display within the single file uploader process?

    Example:  hidden.internalobject.PROGRESSTEXT.style.display = "none"; ??

    Thanks
    Filed under:
View Complete Thread