• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need some help: Should I use Visual Basic for this?

FortFunFoSho

Golden Member
What would be the easiest way for me to create something that does this? I do not have a ton of experience coding aside from VB a number of years ago.

What I would like to happen is the user comes to a page, and maybe 1-2 questions are shown initially and then depending on how they answer more might popup and further narrow down what they are looking for. When enough info is gathered another page will be spit out with the appropriate products.

Does that make sense?


Appreciate any thoughts.
 
If you know VB a bit, Classic ASP may be your best bet. Simple HTML form sending the results to an ASP page that is data driven from Access/SQL server/MySql....or any other db of your choice seems the easiest approach. Good references are 4guysfromrolla.com or aspin.com. Once you get comfortable, you could use javascript/dhtml to open html div's for your leading questions.
 
Originally posted by: krmarks
If you know VB a bit, Classic ASP may be your best bet. Simple HTML form sending the results to an ASP page that is data driven from Access/SQL server/MySql....or any other db of your choice seems the easiest approach. Good references are 4guysfromrolla.com or aspin.com. Once you get comfortable, you could use javascript/dhtml to open html div's for your leading questions.

Absolutely.

 
Back
Top