Показать сообщение отдельно
  #3 (permalink)  
Старый 26.09.2020, 09:02
Аспирант
Отправить личное сообщение для riaron Посмотреть профиль Найти все сообщения от riaron
 
Регистрация: 16.08.2020
Сообщений: 53

/vprodaj/checked/";
	}else{
	document.location.href = "http://localhost:3000/set-menu-cookie/vprodaj/unchecked/";
	} 
}
function soskidkoi(){
	if (document.getElementById("soskidkoi").checked) {
		 document.location.href = "http://localhost:3000/set-menu-cookie/soskidkoi/checked/";
	}else{
		document.location.href = "http://localhost:3000/set-menu-cookie/soskidkoi/unchecked/";
	}
}
function akcii(){
	if (document.getElementById("skidki").checked) {
		 document.location.href = "http://localhost:3000/set-menu-cookie/akcii/checked/";
	}else{
		document.location.href = "http://localhost:3000/set-menu-cookie/akcii/unchecked/";
	}
}
function promokodi(){
	if (document.getElementById("promokodi").checked) {
	 	document.location.href = "http://localhost:3000/set-menu-cookie/promokodi/checked/";
	}else{
		document.location.href = "http://localhost:3000/set-menu-cookie/promokodi/unchecked/";
	}
}
function presents(){
	if (document.getElementById("presents").checked) {
		 document.location.href = "http://localhost:3000/set-menu-cookie/presents/checked/";
	}else{
		document.location.href = "http://localhost:3000/set-menu-cookie/presents/unchecked/";
	} 
}
function newtov(){
	if (document.getElementById("newtov").checked) {
		 document.location.href = "http://localhost:3000/set-menu-cookie/newtov/checked/";
	}else{
		document.location.href = "http://localhost:3000/set-menu-cookie/newtov/unchecked/";
	}
}
function uctov(){
	if (document.getElementById("uctov").checked) {
		 document.location.href = "http://localhost:3000/set-menu-cookie/uctov/checked/";
	}else{
		document.location.href = "http://localhost:3000/set-menu-cookie/uctov/unchecked/";
	} 
}

function garantprod(){
	if (document.getElementById("garantprod").checked) {
		 document.location.href = "http://localhost:3000/set-menu-cookie/garantprod/checked/";
	}else{
		document.location.href = "http://localhost:3000/set-menu-cookie/garantprod/unchecked/";
	}
}
function oswin(){
	if (document.getElementById("garantprod").checked) {
		 document.location.href = "http://localhost:3000/set-menu-cookie/oswin/checked/";
	}else{
		document.location.href = "http://localhost:3000/set-menu-cookie/oswin/unchecked/";
	}
}
function osios(){
	if (document.getElementById("osios").checked) {
		 document.location.href = "http://localhost:3000/set-menu-cookie/osios/checked/";
	}else{
		document.location.href = "http://localhost:3000/set-menu-cookie/osios/unchecked/";
	}
}
function osandroid(){
	if (document.getElementById("garantprod").checked) {
		 document.location.href = "http://localhost:3000/set-menu-cookie/osandroid/checked/";
	}else{
		document.location.href = "http://localhost:3000/set-menu-cookie/osandroid/unchecked/";
	}
}
</script>
Ответить с цитированием