I'm sure this is an easy question but i've tried a lot of variations and am stuck. my page.asp takes form values and adds them up. The isumtotal then determins what will happen next (goes to another page2.asp). I'm debugging the application. I need to write what the isumtotal is on page2.asp after the calculations.
I've never done this before byut saw somewhere to use Response.Write "isumtotal"
I tried this and it just worte "isumtotal" which is not what i want.... i want the value of isumtotal which is less than 100. Haow can i do this...???
I've never done this before byut saw somewhere to use Response.Write "isumtotal"
I tried this and it just worte "isumtotal" which is not what i want.... i want the value of isumtotal which is less than 100. Haow can i do this...???