function Proverki() { if (document.forms[0].Godina.options[document.forms[0].Godina.selectedIndex].value == "") { alert("Моля изберете година."); document.forms[0].Godina.focus(); return false; } if (document.forms[0].Mesec.options[document.forms[0].Mesec.selectedIndex].value == "") { alert("Моля изберете брой."); document.forms[0].Mesec.focus(); return false; } //Za vseki nov broj korigirash sledvashtia red else if (eval(document.forms[0].Mesec.options[document.forms[0].Mesec.selectedIndex].value) > 02 && eval(document.forms[0].Godina.options[document.forms[0].Godina.selectedIndex].value) == 2010) { alert("Последен пореден брой 02, февруари 2010"); document.forms[0].Mesec.focus(); return false; } document.forms[0].action = "http://www.bta.bg/site/lik/archive/" + document.forms[0].Godina.options[document.forms[0].Godina.selectedIndex].value + "_" + document.forms[0].Mesec.options[document.forms[0].Mesec.selectedIndex].value + "_index" + ".html"; } document.writeln('
') document.writeln('') document.writeln(' ') document.writeln('') document.writeln('
') /*
*/