Re: Have hash table in javascript?

2002-02-21 Thread BootedBear
Every array in javascript has characteristics of a hash table: var xyz = new Array(); xyz['this'] = 'that'; xyz['other'] = 'thing'; and so on. Is this what you are looking for? hth, bear At 11:57 AM 2/21/2002 +0700, you wrote: Have hash table in javascript? If it has, how deploy it thank

Have hash table in javascript?

2002-02-20 Thread teerapong
Have hash table in javascript? If it has, how deploy it thank you ==To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST. Some