- May 21, 2004
- 3,901
- 1
- 76
Well in my web design class the teacher is using vbscript. its fairly simple, but I am having a huge problem.
I basically have a bunch of text boxes I am using and I need to do conversions across them (miles to kilometeres etc)
Im having trouble the the "if else" statements
What I need to do is be able to convert back and forth between miles and kilometers etc. so if they input km they get miles and visa-versa.
Here it is so far, workes best in ms visual studio since thats is what im forced to use.
any ideas on why when I add the 2nd if statement the program just stops working?
http://www.fidaofamily.com/Chris/9906hw1.htm
(right click, save target as, open in compiler)
I basically have a bunch of text boxes I am using and I need to do conversions across them (miles to kilometeres etc)
Im having trouble the the "if else" statements
What I need to do is be able to convert back and forth between miles and kilometers etc. so if they input km they get miles and visa-versa.
Here it is so far, workes best in ms visual studio since thats is what im forced to use.
any ideas on why when I add the 2nd if statement the program just stops working?
http://www.fidaofamily.com/Chris/9906hw1.htm
(right click, save target as, open in compiler)
