| <!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>
 |