Skip to main content

Posts

Showing posts from July, 2012

set interval in java script

this function is use to run a set of statement for every regular interval of time , contain the arguments name of the functions and interval in milliseconds

localtion in java script

   it this properties is use to open an external page in the current window <script> function fun1() { window.location="abc.html"; } </script>

alert in javascript

by using this method we can display the message box in the web page prompet      used to display the input dialog box <script> rval=window .prompt ("enter players name " ); alert ("rval "); </script>

window in java script

java script window is an object providing number of properties and methods this properties we can call directory or we can call using window object