function chkpho(v){ var fileext=v.substring(v.lastIndexOf("."),v.length) fileext=fileext.toLowerCase() if ((fileext!='.jpg')&&(fileext!='.gif')&&(fileext!='.jpeg')&&(fileext!='.png')&&(fileext!='.bmp')) ...{ this.value==""; alert("對不起,系統僅支持標準格式的照片,請您調整格式後重新上傳,謝謝 !"); } }