inline form checking using jquery.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hello,
 
>>>>>>>>>>sorry to post this in apache forum, but for days i have got no response on this on htmlhelp.com forum.<<<<<<<<<<<<<

I am trying to setup form validation as explained in this article. I am not sure what am i doing wrong, this is not working...coz i am able to pass null values etc.

i am getting no error.
article I am using: http://www.position-absolute.com/articles/...tion-is-a-mess/


as far as i understood from this post. i added following to my header:

<script src="" type="text/_javascript_"></script>
<script src="" type="text/_javascript_" charset="utf-8"></script>
<script src="" type="text/_javascript_" charset="utf-8"></script>

<link rel="stylesheet" href="" type="text/css"/>


and my form is like this:

<div id="formcontainer" style="height:350px;margin-left:auto;margin-right:auto;">
<form name="longstring_parser" method="post" action="" _onsubmit_="return Validator(this);">
<div id="longstring_parse_setlist">
<b>Available longstring_reports:</b>
</div>

<div id="rawlongstring" >
<b>longstrings to parse (one in each line/ no blank lines):</b><br/>
<textarea value="one longstring_ in each line" class="validate[required]" type="text" name="longstring_list" id="longstring_list" rows=5 cols=150></textarea>
<p>
<b>give a file name to save with:</b>
<input value="to_file_name" class="validate[required]" type="text" style="width:350px" name="outfile" id="outfile" />
<p>
</div>

<div >
<input type="submit" value="Parse">
<p>
</div>

</form>
</div>

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux