Java script CDATA

//
function validate(f)
{

var regex = /\W+/;
var str = "";

if (f.title.value == "")
{
str += "\nThe title field is blank.";
}
if (f.pathnew.value == "")
{
str += "\nThe file path is blank.";
}

if (str == "")
{
f.submit();
}
else
{
alert(str);
return false;
}
} //]]>

POPULAR POSTS ::

Add multiple upload box

The top Web development PHP frameworks

String Separation

Mobile App Development Trends: Emerging Technologies and Innovations

React Native iOS and Android App Development

Only number restrictions