|
|
|
|
|
| | |
|
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: |
Atul Patil |
Date: |
6/28/2000 11:19:56 AM |
IP: |
202.60.136.19 |
A number entered in a textbox is actually a string and not a number.
So,you have to convert this string to no
<%
x=cint(request.form("a"))+cint(request.form("b"))
%>
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|