JavaScript Ustaw wartość wejścia według nazwy klasy

var els=document.getElementsByClassName("in1")[0];
els.value = "Test Content"
7uc1f3r