首 页 ASP ASP.NET PHP JSP Ajax DIV+CSS JavaScript XML C#
MySQL MSSQL Access Oracle Linux Server 电脑技巧 网络安全 建站经验 其它

建立基于Ajax样式的文件上传

整理日期:2007年08月16日 【字体:


伊图教程网[www.etoow.com]
http://www.etoow.com/html/2007-08/1187271939-4.html


  if (_photoUploadProgressTimer)

  {

    clearTimeout(_photoUploadProgressTimer);

  }

  _divUploadProgress.style.display = 'none';

  _divUploadMessage.style.display = 'none';

  _divFrame.style.display = '';

  if (message.length)

  {

    var color = (isError) ? '#ff0000' : '#008000';

    _divUploadMessage.innerHTML = '<span style=\"color:' + color + '\;font-weight:bold">' + message + '</span>';

    _divUploadMessage.style.display = '';

    if (isError)

    {

      _ifrPhoto.contentWindow.document.getElementById('filPhoto').focus();

    }

  }

}
Tags:
建立基于Ajax样式的文件上传
'http://www.etoow.com/html/2007-08/1187271939-4.html
1234
5
 
信息搜索
  
联系我们关于本站广告服务设为首页 收藏本站友情链接网站地图
Copyright © Etoow.com Inc. All Rights Reserved