Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Strings like "12345" etc are valid expression. If the form fields are properly validated client side, you can simply use clng(request.form("txtPOVal1")) etc as PHV suggested. If they are not validate, you have to make a provision of on error resume next to pick up error on this process of conversion clng() and redirect the page back to user for inputting correct data.documentation said:CLng Function
Returns an expression that has been converted to a Variant of subtype Long.
CLng(expression)
The expression argument is any valid expression.
<SCRIPT ID=clientEventHandlersJS LANGUAGE="javascript">
X = "2"
Y = "3"
z = ++X
z = ++y