1
116
I am looking to combine the value of 2 fields. Having trouble getting it to
work. Was looking to also seperate using a '-'.
<script type="text/javascript">
function certno()
{
with (document.forms[0])
{coc_CERTNO.value = (coc_JN.value.concat(coc_CERTIDNO.value));
}
/* Note the extra + operators. */
}
</script>
David
work. Was looking to also seperate using a '-'.
<script type="text/javascript">
function certno()
{
with (document.forms[0])
{coc_CERTNO.value = (coc_JN.value.concat(coc_CERTIDNO.value));
}
/* Note the extra + operators. */
}
</script>
David