Subdomain Posts
None | 17 hours ago
None | 17 hours ago
None | 761 days ago
None | 761 days ago
None | 787 days ago
Recent Posts
C# | 1 min ago
PAWN | 1 min ago
None | 1 min ago
Java | 1 min ago
PAWN | 2 min ago
Java | 2 min ago
PHP | 2 min ago
Java | 3 min ago
Java 5 | 3 min ago
None | 4 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By matt on the 18th of Feb 2008 04:28:03 PM
Download |
Raw |
Embed |
Report
function Validator(frmname)
{
this.formobj=document.forms[frmname];
if(!this.formobj)
{
alert("BUG: couldnot get Form object "+frmname);
return;
}
if(this.formobj.onsubmit)
{
this.formobj.old_onsubmit = this.formobj.onsubmit;
this.formobj.onsubmit=null;
}
else
{
this.formobj.old_onsubmit = null;
}
this.formobj.onsubmit=form_submit_handler;
this.addValidation = add_validation;
this.setAddnlValidationFunction=set_addnl_vfunction;
this.clearAllValidations = clear_all_validations;
}
Submit a correction or amendment below.
Make A New Post