View Single Post
  #2 (permalink)  
Old 06-02-2008, 04:12 AM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,162
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: Objects in Javascript

Object Creation

Generally objects may be created using the following syntax:

name = new Object();

We can access its attribute and its values.
__________________
With,
J. Jeyaseelan

Everything Possible
Reply With Quote