function tstFile(val){ var reg =new RegExp('text/xml','text/x-json'); if (!val.match(reg)) { alert('!xml&!json') } }