Hello,
As ASP newbie I have been running into a lot of problems trying to hand code my own scripts. I have been using dreamweaver ultradev/MX but now I am trying to ween myself off.
My current problem is trying to calculate the values of form field that have a number or dollar amount in them.
ex.
price = request.form("price"
quantity = request.form("quantity"
total = quantity * price
Though this is a very brief description it is the basics of getting this to work I don't understand. Can someone help me with this?
Thanks,
JordanR
As ASP newbie I have been running into a lot of problems trying to hand code my own scripts. I have been using dreamweaver ultradev/MX but now I am trying to ween myself off.
My current problem is trying to calculate the values of form field that have a number or dollar amount in them.
ex.
price = request.form("price"
quantity = request.form("quantity"
total = quantity * price
Though this is a very brief description it is the basics of getting this to work I don't understand. Can someone help me with this?
Thanks,
JordanR