[Javascript] arrays

Andrew Dunn adunn at mail.interworx.com.au
Sun Aug 5 22:52:26 CDT 2001


Hi,
   I have an array that is a property of an object. I have a function
(method of the object) that sets the values of the array. I don't know how
to pass the full array, at the moment I have the following:

this.file_names		= define_buttons(folder_loc);

and in the function define_buttons() I have the line:

return page_button;

(page_button is the name of the array created)

can any one help me ?

Andrew




More information about the Javascript mailing list