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