1) I know JavaScript and a little VBScript, I'd like to use JScript.
On the client side use Javascript. If you know vbscript you will best off choosing ASP as your server side language.
2) What other languages will I need to learn?
SQL and relational database theory for your database stuff. I wouldn't bother using the excel sheet tbh I'd copy the data into tables.
3) I assume I would collect and check user input on the client then, if it's correct, call back to the database on the server and generate a price. Is this correct?
Yes you can do that but bare in mind it is nearly always best to do data validation on the server side because client side validation requires that the user has javascript enabled (risky)
I don't have time to give a detailed answer but basically your first steps are to get an IIS web server running with ASP and SQL Server (or Access) capabilites.
Then you need to learn how ASP uses databases. Here is a good start
http://www.aspfaqs.com/asp
Main Topics
Browse All Topics





by: gphPosted on 2003-08-03 at 15:50:33ID: 9063343
Also, there is no rush here. He knows I'm a newbie at server side. He told me to take my time and get it right.