Skip to main content

Posts

Showing posts from July, 2012

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