var str = "123";
alert(str+"---"+typeof(str));
str = Number(str);
alert(str+"---"+typeof(str));
alert(str+"---"+typeof(str));
str = Number(str);
alert(str+"---"+typeof(str));
Html, JAVA,DOTNET,Javascript, PHP, and JQuery Scripts and its issues with solutions