|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program 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
|
|
|
|
|
|
|
|
|
|
|
|