Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VBScript...

0 views
Skip to first unread message

116

unread,
Dec 15, 2009, 1:01:02 PM12/15/09
to
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

Mike Mueller

unread,
Dec 19, 2009, 9:39:31 PM12/19/09
to
I would recommend against not using vbScript client-side, as it will only
work in IE. I would probably go with javascript

"116" <1...@discussions.microsoft.com> wrote in message
news:368B024A-971B-4FBB...@microsoft.com...

0 new messages