Blogs

Java Script Functions

Java Script has some important build in functions like

alert()

Sends a message to the user in a small pop up window

Sample

alert("Hello There, this is an Alert Message!!!");

confirm()

Sends a message to the user in a small pop up window in order to confirm a given action (with an Ok and Cancel options)

Sample

confirm("Hello There, are you sure you want to do this ? ");

​Return

Pages

Subscribe to RSS - blogs