Palum
what Suineg set it to
So I need to accomplish a fairly simple task. I could do it in any number of languages or tools, but I'm trying to think of the clearest way to construct something light weight accessible via a web server (IIS or Apache is fine).
Essentially, I need to build a simple 'script' builder for a project I'm working on as a prototype for some business process enhancements. I'm trying to build a simple web page version of the product enhancement I want to have our software vendor to implement as a base feature, but I will need some sort of functional 'show me' tool to convince certain people to put their weight behind it as a priority.
The core is going to be set up like a multiple choice 'survey' of sorts. Each 'page' will allow a user to select the desired options from check boxes/radios, it will add them to a string and go on until the end of all choice 'pages'.
I'm knowledgeable with programming, but I haven't used much in the past few generations of web page tools and languages, so I'd like some thoughts on the easiest way to accomplish this. I'd like to keep it a single page and fairly lightweight, so I'm thinking some simple AJAX to simply update a DIV in a page with each set of options and a single text box to post the ongoing script building into for review during the process. I don't need to store anything, just send an e-mail to a user with a normal form post at the end with the block of text.
Thanks
Essentially, I need to build a simple 'script' builder for a project I'm working on as a prototype for some business process enhancements. I'm trying to build a simple web page version of the product enhancement I want to have our software vendor to implement as a base feature, but I will need some sort of functional 'show me' tool to convince certain people to put their weight behind it as a priority.
The core is going to be set up like a multiple choice 'survey' of sorts. Each 'page' will allow a user to select the desired options from check boxes/radios, it will add them to a string and go on until the end of all choice 'pages'.
I'm knowledgeable with programming, but I haven't used much in the past few generations of web page tools and languages, so I'd like some thoughts on the easiest way to accomplish this. I'd like to keep it a single page and fairly lightweight, so I'm thinking some simple AJAX to simply update a DIV in a page with each set of options and a single text box to post the ongoing script building into for review during the process. I don't need to store anything, just send an e-mail to a user with a normal form post at the end with the block of text.
Thanks