File: examples/index.html

Recommend this page to a friend!
  Classes of Chara Miteo   JS Form Validator   examples/index.html   Download  
File: examples/index.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: 10 years ago
Size: 825 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>ApPHP :: JS Auto Form Validator :: Examples</title> <script> var second_parameter = false; </script> </head> <frameset rows="80,*" frameborder="0" border="0" framespacing="0"> <frame name="topNav" src="menu_top.html"></frame> <frameset cols="200,*" frameborder="0" border="0" framespacing="0"> <frame name="menu" src="menu_left.html" marginheight="0" marginwidth="0" scrolling="auto" noresize></frame> <frame name="content" src="main.html" marginheight="0" marginwidth="0" scrolling="auto" noresize></frame> <noframes> <p>Your browser doesn't support frames!</p> </noframes> </frameset> </frameset> </html>