Blogspot - ecomputercourses.blogspot.in - e-Computer courses

Latest News:

JavaScript(DOM (Document Object Model)) 4 Mar 2011 | 07:16 am

DOM (Document Object Model) DOM window Window is the top most level object in the JavaScript hierarchy as we saw in DOM topic, window object represents a browser window. Every <body> tag creates an ...

JavaScript (Events) 4 Mar 2011 | 07:16 am

Events onBlur events This event occurs when objects loses the focus. When we move to other object and looses one object the first object is called blurred or lost focus. In javascript we can p...

Javascript (Function) 4 Mar 2011 | 07:16 am

Function User defined simple functions Function is a set of statements recognized by a name and can be used as and when required (it is reusable). In JavaScript functions can be created inside theJa...

JavaScript (Condition Checking & Looping) 4 Mar 2011 | 07:16 am

Condition Checking If statement We can use this statement if we want to execute a set of code in case the given condition is true. Let us say if today is Sunday go to market. syntax (How i...

JavaScript (Type Convertion) 4 Mar 2011 | 07:16 am

Type Convertion Conversion to Boolean Conversion to Boolean means a number or string type variable is changing it's type to Boolean. In JavaScript a variable can contain any type of data and t...

JavaScript (Popup Boxes &Operators) 4 Mar 2011 | 07:16 am

Popup Boxes Alert Box Alert box is a dialog box which displays a message in a small window with an OKbutton, user have to click on the ok button to proceed. Example <html> <head> </head> ...

JavaScript (Data Type & Variables) 4 Mar 2011 | 07:16 am

What is Data Type & Variables? Number The number type deals with digits, It covers both floating point numbers and integers. Floating point numbers are like - 412.562, 9.2, 0.468 Integ...

JavaScript (Introduction) 4 Mar 2011 | 07:16 am

Introduction to JavaScript What is JavaScript? Html is providing static web pages but with the developments in internet & World Wide Web the interactive communication became a necessity. The World W...

JavaScript (Cookies & Browser Details of Client) 4 Mar 2011 | 07:15 am

Browser Details of Client Browser Name Browser is a program used to view the web pages. Web pages are created using any markup language like html , xml etc. The popular Browser programs are In...

JavaScript (Error Handling & Throw ) 4 Mar 2011 | 07:15 am

Error Handling Try -- Catch It is very difficult to analyze all the situations to arise during runtime of a program because of which some conditions may remain unanswered, these unanswered con...

Recently parsed news:

Recent searches: