|
|
|
|
|
| | |
| |
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Calculation with Requests() HELP!!!! |
|
From: |
Dusty |
|
Date: |
6/28/2000 6:17:35 PM |
|
IP: |
204.131.171.21 |
I agree with Atuls response, but just wish to point out that if you are using JScript, you can also use the parseInt() function to accomplish the same thing.
<%
var x = parseInt(Request.Form("a")) + parseInt(Request.Form("b"));
%>
Best luck,
Dusty |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|