by Shashi Dhar Kumar | Mar 8, 2013 | HTML, JavaScript, Programming
How we can show the password box’s text in normal text if the box is password control box in HTML using JavaScript. Copy and paste the following code & you can type the password into the box provided and you will see the text as encrypted of password box is...
by Shashi Dhar Kumar | Apr 17, 2012 | HTML, Programming, XHTML
Expanding the Mailto: tag Introduction The Mailto tag is used as a way to include an email address on a web page which can be clicked on thus opening the visitors default email client with the email address pre-filled. The mailto code can e expanded to include...
by Shashi Dhar Kumar | Apr 15, 2012 | HTML, PHP, Programming, W3C
While the apply ‘_blank’ value to a native link’s attribute ‘target’ that will give you not validated for W3C, the solution is to handle the click on the link and open it in a new window. Please note this alternative methods are absolutely SEO friendly and...
by Shashi Dhar Kumar | Oct 12, 2010 | HTML
Worries over internet privacy have spurred lawsuits, conspiracy theories and consumer anxiety as marketers and others invent new ways to track computer users on the web. But the alarmists have not seen anything yet. In the next few years, a powerful new suite of...
by Shashi Dhar Kumar | Nov 14, 2009 | HTML, JavaScript, Programming
In this program just change the source of iframe and your loading.gif will show upto that time when page will not upload finally. For Demo Click Here Download Script Click Here
by Shashi Dhar Kumar | Nov 6, 2007 | HTML
First of all, you should have a clear idea of what happens when a user submits a form that has a JavaScript validation script. The form is checked by a JavaScript like the one...