javascript og variabeler
Hvordan får jeg dette til at fungere, så dentager værdien af first og second og smider ind i document.form.....function syncron(input) {
var first = "de_" + input;
var second = "in_" + input;
document.form.[first].value = document.form.[second].value;
}