Effective missing function body}

I have obtained javascript from w3schools.com for form validation as under:
function validateForm( )
{
var x=document.forms["businesspageorder.php"]["comapanyname"].value;
if (x==null || x==”")
{ alert(“company name must be filled out”);
return false;
}

function…

This entry was posted in Codes & Scripts and tagged , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>