by Hiroshi on November 2nd, 2008
Talk about form controls via Javascript. I have been hunting down js control over forms from the day I started web development. I love the control over programming and its essential too. Here in this javascript essentials part I will share with you some essential form controls. Accept Terms & Go Advanced Email Address Validator [...]
by Hiroshi on September 8th, 2008
Following is a standard way of adding an email link to a web page. <a href="mailto:name@gmail.com">Mail Me</a> Lets customize its details.
