Thursday, August 30, 2012
Tata docomo Free GPRS Trick September 2012.

Tata docomo Free GPRS Trick September 2012.
You are in search of Free GPRS/Internet Trick for September 2012.I got one new trick for Tata Docomo 2g/3g gprs/internet trick.Hope this free gprs...
Vodafone Free Proxy GPRS Trick September 2012

Vodafone Free Proxy GPRS Trick September 2012:
VODAFONE WORKING FREE GPRS TRICK. ...
Tuesday, August 28, 2012
Scientific Calculator

var temp;
function w_onload()
{ frm.txt.value=0; }
function addchar(input,character)
{ if(input.value == null || input.value == "0")
input.value = character
else
input.value += character }
function cancel_click()
{
frm.txt.value=0;
}
function...
Convert a Number into Roman Numeral's

.txt{border:1px solid grey;width:150px;height:25px;font-size:12px;padding:5px;}
.fnt{font-size:12px;font-family:arial,verdana;}
function convert_roman()
{
var narr=new Array("1000000","900000","500000","400000","100000","90000","50000","40000","10000","9000","5000","4000","1000","900","500","400","100","90","50","40","10","9","5","4","1");
...
LCM Calculator

function calculate()
{
var tot=document.getElementById("tot").value;
var count=2;
if(tot>1){
var n1=document.getElementById("txt0").value;
var n2=document.getElementById("txt1").value;
var res1=n1*n2;
n1=calc(n1,n2);
...
Numbers to Words Convert

var nume=document.getElementById('num').value;
function isNumeric()
{
var elem=document.niw.num.value;
if(elem!="")
{
var numericExpression = /^[0-9]+$/;
if(elem.match(numericExpression))
...