function deviceSrch() { if (document.getElementById('brand').value < 1) { alert('Select a brand!'); return; } if (document.getElementById('device').value < 1) { var link =fileName.split('?'); if (link.length < 2) var ayrac ='?'; else if (link.length > 1) var ayrac = '&'; window.location=fileName+ayrac+'brand='+document.getElementById('brand').value; return; } else if (document.getElementById('device').value > 0) { window.location='search.php?device='+document.getElementById('device').value; } } function SrchDeviceContent() { window.location='search.php'+'?'+'device='+document.getElementById('device').value; return; return } function textSearch() { if (document.getElementById('srch').value == '') { alert('Bir arama kriteri giriniz.'); return; } window.location='search.php?srch='+document.getElementById('srch').value; }