1
116
I am very new to this, I am trying to have a function get the number from a
'Results' (MaxOfLN) and add '1' to it and populate a textbox (LN01)in a form.
I have been messing with...
<script type="text/vbscript">
Function LOTN
LN01 = MaxOfLN.value + "1"
Document.write(LN01)
End Function
</script>
I would call this in the 'Body' onload="". Any help would begreatly
appreciated.
Thanks
David
'Results' (MaxOfLN) and add '1' to it and populate a textbox (LN01)in a form.
I have been messing with...
<script type="text/vbscript">
Function LOTN
LN01 = MaxOfLN.value + "1"
Document.write(LN01)
End Function
</script>
I would call this in the 'Body' onload="". Any help would begreatly
appreciated.
Thanks
David