The text of this article is not in this database — only its details are. Read it on the old site: Create the Feedback Form using JavaScript
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Create the Feedback Form using JavaScript
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
qazi ikram ul haqPosted Aug 6, 2010, 3:53 AM
its not submitting the message and i think it should go to some email address
ClarkPosted Jan 2, 2009, 11:49 PM
Here i have sth to say.huh,of course,javascript shapes as a way to validate the form ,but now,there are some conficts here with RIA. Based on what i know,that "thin" client are needed to pass the params of form to server ,while,just let server to handle the validation. Suppose that javascript just block the submit of form and pass the params to server through XMLHttpRequest , So here ,javascript just play a role which just simply pass the params in case of whole page refreshing. and the point is that it don't validate the form for single validation (on server just do es it).