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 | Mar 19, 2010 | JavaScript, Programming, Project
This chapter explains how to display add HTML control dynamically through JavaScript. Click for Demo : Add HTML Control Download the script : Add HTML Control
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 | Sep 4, 2009 | PHP, Project
This chapter explains how to display XML data as HTML. In the example below, we loop through an XML file (test.xml), and display each element as an HTML table row: <script type=”text/javascript”> var xmlDoc; if (window.XMLHttpRequest) { xmlDoc=new...