Showing posts with label Java Script. Show all posts
Showing posts with label Java Script. Show all posts

Wednesday, 19 February 2014

Java Script


Java Script
H! Every One, I am Muhammad Zubair, Today I have topic for J S.
Viewers , we will  get knowledge J S  in this post that how to make website
In J S?
                            What is Java Script?
J ,S is client side scripting  language J S is used to  make change html website pages  dynamic web pages , J S is make interactivity  websites pages html. J, Script is supported all web browsers. J S writes in document.
For example, J S code to make change the number 236.2363611111556 into currency format and J S code show.
For example,
a = 236.236311111556 ;
b = a.toString( ) ;
decimalPos = b.indexOf( ".", 0 ) ;
c = b.substring( 0, decimalPos + 3 ) ;
document.write( c ) ;                                
                                                                    Thanks.
                                                                 Download All Videos Tutorials 
  Download All Videos Tutorials