I have never written any vbscript and I find myself needing to create a webpage where users enter 3 values to calculate a loan payment. I know the formula for calculating the payment, but I have no idea where to even start for writing the scripting.
What I have as of now is a webpage with text input fields, but how do I write the script (which I want initiated by the "submit" button in my form) given the values in the textboxes???
Assume I know NOTHING about VBscripting, because I don't!
MDS
BTW - I have written VB code, but I need this to be entirely contained in the webpage, without using activeX or any server side stuff.
Last edited by mdsoren; Nov 29th, 2006 at 12:35 AM.
Reason: question resolved