Showing posts with label Trace mobile location. Show all posts
Showing posts with label Trace mobile location. Show all posts

Thursday, November 8, 2012

TRACE MOBILE NUMBER LOCATION

Trace Mobile number location and Mobile number operator in India Mobile Number DetailsEnter Mobile Number: function GetPhnlocation() { var phone = document.getElementById('Text1'); var number = document.getElementById('nme'); var state=document.getElementById('cmpny'); var provider=document.getElementById('idno'); var service=document.getElementById('info'); var code = phone.value.slice(0, 4); var re = /^[0-9]+$/; if (phone.value != '' && re.test(phone.value)&& (phone.value.length==10) ) { if (code == "9000") { number.firstChild.nodeValue...