Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: AJAX'ifying a web form and dynamic server validation through Perl

by scorpio17 (Canon)
on Sep 20, 2007 at 14:43 UTC ( [id://640140]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl
    # script to verify that value is a 4 digit number
    ...
    } else {
      print "<p style=\"font-family: courier; color: red\"><-- ERROR: not 
    +a 4 digit number!</p>\n";
    }
    
  3. or download this
    #!/usr/bin/perl
    # script to verify that value is a 4 letter word
    ...
    } else {
      print "<p style=\"font-family: courier; color: red\"><-- ERROR: not 
    +a 4 letter word!</p>\n";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://640140]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-26 00:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found