Creating a table

Status
Not open for further replies.

hotbovril

Beta member
Messages
1
Hi from a complete newbie novice,

I recently left the corporate world to set up my own business. This is all good until I pick up the phone to my IT department only to realise that I no longer have one! I have stumbled through hardware/software selection, managed to get a website developed and now even have some customers. However, I am now completely stumped on what I imagine is a very simple problem.

I need a tiny database for logic selection purposes to sit behind user defined selection parameters on the website. To elaborate, my business offers solutions for consumer debt. There are three solutions which are dependent upon four other criteria. I had hoped to cobble something together in excel but I ran out of talent.

Can anyone point me in the direction of something that a mere salesperson can use?
 
i would use javascript to recognize the values entered and use logic to display the proposed solution.

i tried to find example code on the net but couldn't find any.

**correction, calculator works in a similar way

** A simple JavaScript calculator

basically, create a html page with inputs; could be text boxes or drop downs

add one last text box for the solution.

use onfocus to trigger the lookups from the input values

and display the solution.
 
Status
Not open for further replies.
Back
Top Bottom