hi
i want to call up a js file with the variables name of a form and name of the inputfield, so that i can fill in some info
the big problem is constructin the output
which reads as following
if i set some variable like
it wont work
any idea
i want to call up a js file with the variables name of a form and name of the inputfield, so that i can fill in some info
the big problem is constructin the output
which reads as following
Code:
document.formname.inputname.value=content;
Code:
var formname='form1';
any idea