Displaying Calculation Results

January 27, 2004 by Sam John

You can use this script:
<%
Dim b, d
b = 3
d = 2
total = (b) + (d) %>

Then in your main HTML put in:
<% Response.Write(total) %>

It only looks like you weren't nominating what to display eg the total

Here it is

February 23, 2004 by Mr. em
Create a tag <%=c%> and place anywhere on the page that should it for you