<html>
<head>
<title>ApPHP :: JS Auto form Validator :: Installation</title>
<style>
UL LI { font-family:verdana,arial,sans-serif; font-size:13px; padding:1px 0; }
PRE{ background-color:#e2e3e4; padding:5px; border:1px solid #d3d4d5; }
DIV.top{ float:right; margin-left:5px; }
a { color:#616263; }
a:hover { color:#000; }
</style>
</head>
<body style="padding:5px 15px 15px 15px;">
<!-- last update 23.09.2012 -->
<div class="box">
<h2>Installation of JS Auto Form Validator</h2>
<div class="holder">
<div class="frame-box">
<div class="blocks-holder blocks-subholder">
<div class="block-long">
<div class="text-box">
<ul style="padding-left:1px;list-style:none;font-size:14px;">
<li>
<span>1.</span> <a href="Installation.html#Installation_of_JS_AFV"><span>Installation of JS Auto Form Validator</span></a>
<ul style="list-style:none;">
<li><span>1.1</span> <a href="Installation.html#Step_1._Uncompressing_downloaded_file."><span>Step 1. Uncompressing downloaded file.</span></a>
<li><span>1.2</span> <a href="Installation.html#Step_2._Including_files."><span>Step 2. Including files.</span></a>
</ul>
</li>
</ul>
<br />
<a name=Installation_of_JS_AFV></a>
<h3 class="sub-title">Installation of JS Auto Form Validator</h3>
<br />
A new installation of JS Auto Form Validator (JS AFV) is a very straight forward process:
<br />
<div style="FLOAT: right; MARGIN-LEFT: 5px">[<a href="#top">top</a>]</div>
<a name="Step_1._Uncompressing_downloaded_file."></a>
<h3><b>Step 1. Uncompressing downloaded file.</b></h3>
<hr />
Uncompress the JS AFV script archive. The archive will create a directory called "JSAFV_xxx".
Put a content of sub-directory <b>formvalidator/</b> (all files and sub-directories it includes)
into document root (public_html, www, httpdocs etc.) or another directory that you need,
for example: "jsafv".
<p><br /></p>
<div style="FLOAT: right; MARGIN-LEFT: 5px">[<a href="#top">top</a>]</div>
<a name="Step_2._Including_files."></a>
<h3><b>Step 2. Including files.</b></h3>
<hr />
Copy & paste these lines between <b><head></b> and <b></head></b> tags of your HTML page<br />
NOTE: you need define a right path to all included files
<pre>
<script type="text/javascript" src="jsafv/lang/jsafv-en.js"></script>
<script type="text/javascript" src="jsafv/form.validator.js"></script>
</pre>
<p><br /></p>
<b>Congratulations, you now have JS Auto Form Validator installed!</b>
</div>
</div>
</div>
<div class="frame-box-holder"></div>
</div>
</div>
</div>
</body>
</html> |