Login   Register  
Icontem

File: examples/menu_left.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Chara Miteo  >  JS Form Validator  >  examples/menu_left.html  >  Download  
File: examples/menu_left.html
Role: Example script
Content type: text/plain
Description: Examples
Class: JS Form Validator
Validate forms according to many rules
Author: By
Last change:
Date: 2014-01-14 05:47
Size: 1,323 bytes
 

Contents

Class file image Download
<html>
<head>
    <title>ApPHP :: JS Auto Form Validator :: Left Menu</title>
	<link href="css/style_left.css" type="text/css" rel="stylesheet" />
</head>
<body>
<h4>Validations:</h4>
	&#8226; <a href="validation_text.html" target="content">Text</a><br />
	&#8226; <a href="validation_integer.html" target="content">Integers</a><br />	
	&#8226; <a href="validation_float.html" target="content">Float numbers</a><br />
																		
	&#8226; <a href="validation_alphabetic.html" target="content">Alphabetic</a><br />
	&#8226; <a href="validation_numeric.html" target="content">Numeric</a><br />
	&#8226; <a href="validation_email.html" target="content">Email</a><br />
	&#8226; <a href="validation_zip.html" target="content">Zip <small>(post)</small> code</a><br />
	&#8226; <a href="validation_any.html" target="content">Any</a><br />
	&#8226; <a href="validation_login.html" target="content">Login</a><br />
	&#8226; <a href="validation_password.html" target="content">Password</a><br />
	&#8226; <a href="validation_validators.html" target="content">Validators</a><br />
	&#8226; <a href="validation_checkbox.html" target="content">Check boxes</a><br />
	<br />

<h4>Examples:</h4>
	&#8226; <a href="registration_page.html" target="content">Registration Page</a><br />	
	
	
</body>
</html>