faqts : Computers : Programming : Languages : JavaScript : Forms

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

4 of 10 people (40%) answered Yes
Recently 4 of 10 people (40%) answered Yes

Entry

What is the proper code for displaying returned form data in HTML?

May 3rd, 2002 15:50
Mark Paschal, Bob Fowinkle,


That depends how you want to present it: some software might return a
page that only says, "Thanks," and some might be like a common shopping
cart and read everything back to you, in which case it's just printing
normal HTML as if it were part of a static page.
In fact, it's probably not even JavaScript.