Blog

Welcome to our Blog, here you can find news and articles related to the IT industry. If you are interested in finding out more about our company, you can take a look at our portfolio or read about us.

How to make field required with JavaScript if checkbox is checked

March 13, 2015

Really simple solution that will allow you to make fields required below

Add a comment (0) 21,091 Views Read more

How to run HTML5 required fields validation when submitting form with JavaScript

July 28, 2014

Problem: if you run document.formName.submit(); it does not validate required fields. See solution below.

Add a comment (0) 8,636 Views Read more

Location.href Fire Fox and Mozilla Problem

January 31, 2010

Problem: location.href('/products.php'); does not work Solution: location.href='/products.php';

Add a comment (0) 3,801 Views Read more