JavaScript
  Home arrow JavaScript arrow Page 5 - A Basic Approach to Server-side Data Valid...
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
JAVASCRIPT

A Basic Approach to Server-side Data Validation with AJAX
By: Alejandro Gervasio
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 13
    2006-07-11

    Table of Contents:
  • A Basic Approach to Server-side Data Validation with AJAX
  • A picture is worth a thousand words: defining the look and feel of the application
  • Building a basic sample form: defining the front-end of the AJAX-based form checking system
  • Spicing up the sample form: defining a few CSS declarations
  • Putting the pieces together: listing the full (X)HTML markup and CSS styles of the AJAX application

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    A Basic Approach to Server-side Data Validation with AJAX - Putting the pieces together: listing the full (X)HTML markup and CSS styles of the AJAX application


    (Page 5 of 5 )

    As I promised a few lines above, below I listed the full (X)HTML markup and CSS declarations that correspond to this AJAX-based form checking application. Please, have a look at them:

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/
    xhtml1-transitional.dtd">
      <html>
        <head>
          <title>AJAX-BASED FORM VALIDATOR</title>
          <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
          <script language="javascript">
          // code for client-side application layer goes here
          </script>
          <style type="text/css">
            body {
              margin: 0;
              padding: 0;
            }
            p{
              text-align: center;
              font: bold 24px Arial, Tahoma;
              color: #000;
            }
            p{
              font: bold 12px Arial, Tahoma;
              color: #000;
              text-align: right;
             margin-right: 50px;
            }
            #formcontainer{
                width: 350px;
                height: 300px;
                padding: 5px;
                background: #efdfff;
                border: 1px solid #ccc;
                margin-left: auto;
                margin-right: auto;
            }
            #msgcontainer{
                width: 300px;
                height: 30px;
                padding: 10px;
                font: bold 12px Arial;
                color: #f00;
                text-align: center;
            }
            .inputbox{
                width: 200px;
                font: normal 12px Arial;
                color: #000;
            }
            .formbutton{
                width: 100px;
                font: normal 12px Arial, Tahoma;
                color: #000;
            }
          </style>
        </head>
        <body>
          <div><p>AJAX-BASED FORM VALIDATOR</p></div>
          <div id="formcontainer">
          <form method="post" action="nextpage.php">
            <p>First Name <input name="fname" type="text" required="Empty" class="inputbox" title="Enter your First Name (at least 8 characters)" /></p>
            <p>Last Name <input name="lname" type="text" required="Empty" class="inputbox" title="Enter your Last Name (at least 8 characters)" /></p>
            <p>Email <input name="email" type="text" required="EmailWin" class="inputbox" title="Enter a valid email address" /></p>
            <p><input type="submit" value="Send Data" class="formbutton" /></p>
          </form>
          <div>
        </body>
      </html>

    As you can see above, I listed the complete source code that corresponds to both the (X)HTML markup and the CSS styles of the AJAX application. Besides, I included a couple of <script> tags, in order to reserve some room for the corresponding JavaScript functions responsible for sending HTTP requests in the background, as well as for controlling the flow of data entered by users. That's all I need for calling all the server-side checking routines via AJAX. Anyway, if you're feeling rather anxious and want to see how this AJAX-driven form validating application works, then you can download its full source code here and give it a try.

    Wrapping up

    We're done for the moment. In this first part of the series, I walked you through the key concepts, in order to build a small AJAX application which will be capable of performing an efficient server-side validation on online forms by triggering silent HTTP requests, without page reloads.

    Over the course of the second article, I'll be developing the complete group of JavaScript functions, tasked with sending HTTP requests, in addition to controlling the logical flow of the entire validation process. If you're a strong advocate of AJAX, then you can't miss it!


    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

       · This first part of the series introduces a comprehensive approach on how to validate...
       · Hi.I congratulate you on the good tutorialbut I'm wondering what happens if...
       · Hello Wisher,Thank you for commenting on my AJAX article. Concerning your...
     

    JAVASCRIPT ARTICLES

    - Using Click Interceptions with a Database-Dr...
    - Using JavaScript Click Interceptions in an I...
    - Using Click Interceptions with JavaScript
    - QuickSort in Action
    - Quicksort
    - Using Mod_Security to Protect Your Server
    - Detecting and Countering Server Intrusions
    - Securing Your Web Server
    - Building a Secure Web Server
    - Protecting the Server
    - Book Review: Learning the Yahoo! User Interf...
    - Dynamically Generate a Selection List in a R...
    - Intergrate DWR into Your Java Web Application
    - Detect Browser Compatibility with the Reques...
    - Using the EXT JS Date Picker Widget






    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
    Stay green...Green IT