Html:








Javascript:

function check(){
var element = document.getElementById("demo-category");
var str= element.options[e.selectedIndex].value;
if (str == Mercedes"){
window.location.href = 'mercedes.html';
}
}


Kolay gelsin.