Re: File browsing dialog has been blocked

  •  10-28-2009, 9:38 AM

    Re: File browsing dialog has been blocked

    Aldrich,
     
    Please try this ,
     
    <script type="text/javascript">
     function CuteWebUI_AjaxUploader_OnMantleButton(btn,div)
     {
      div.style.backgroundColor="red";
      //for IE
      div.style.filter="";
     }
     </script>
     
    in this function , you can move the div to the button.
     
    Regards,
    Terry
View Complete Thread