C
Chris
This is a function which is to validate an uncertain number of
customers each time. How do i make the first example work :
this doesent work :
verify('document.form.output' + customerno
,document.getElementById('e-mail'+ customerno).value );
but this does :
verify('document.form.output' ,document.getElementById('e-mail'
).value );
Chris
customers each time. How do i make the first example work :
this doesent work :
verify('document.form.output' + customerno
,document.getElementById('e-mail'+ customerno).value );
but this does :
verify('document.form.output' ,document.getElementById('e-mail'
).value );
Chris