B
Size: a a a
B
ОГ
B
B
KD
ОГ
ОГ
ОГ
ОГ
button1.onclick = function() {
if (search.value.match('id1\\d{4}')) {
document.location.href = `test/${search.value}/index.html`;
}
else {
document.querySelector('.form-group2').style.display = 'inline-block';
}
}
KD
KD
KD
VH
button1.onclick = function() {
if (search.value.match('id1\\d{4}')) {
document.location.href = `test/${search.value}/index.html`;
}
else {
document.querySelector('.form-group2').style.display = 'inline-block';
}
}
VH
I
KD
VH