HTML/JavaScript/CSS Question on Local Host?

Chase F

New member
Hello,

I want to be able to use HTML/JS/CSS -- where I provide, ON A LOCAL HOST, a basic form, with an Export button that will take the user's inputs and then display them in an easy-to-read format based on a series of table tags (or CSS work, either one) that I have customized.

Example:
I create a form with a few drop down menus, an input for first, middle, and last name, and then the SUBMIT button (or some other command). The result would be a window/tab/page that inputs the data to a formatted table. I do not want to do this server-side. I want someone to just be able to drag-n-drop this into their browser and do it all on their desktop.
 
Back
Top