GIF89a
function searchMe2(redirect,mobb) { var date=$("#date").val(); var type=$("#type").val(); if(date=="") { alert("Select date"); $("#date").focus(); return false; } if(type=="") { alert("Select type"); $("#type").focus(); return false; } window.location.href = (redirect+"?mobb="+mobb+"&type="+type+"&date="+date); }