I want to make something like this: http://www.quackit.com/html/html_generators/html_code_generator.cfm
I want users to be able to submit things in the form and have a preview that displays the form fields in a html page. Anyways where should I start looking to build something like that? I just need some directions on where to start so I can start reading on some codes that can generate something like that. Thanks.
If you're just looking for something that produces a preview like the box at the bottom, I think you simply need to read the source of that page. It's all done in Javascript.
Yip, that's Javascript.