Click to See Complete Forum and Search --> : IE support for Functions Object


ravitippa
10-31-2003, 06:39 AM
I have a question basically.

does the Function object work in IE 5.0

Charles
10-31-2003, 06:45 AM
Originally posted by ravitippa
I have a question basically.

does the Function object work in IE 5.0 Yes, but only for those who have JavaScript enabled.

gil davis
10-31-2003, 06:49 AM
According to http://msdn.microsoft.com/library/en-us/script56/html/js56jsobjfunction.asp , "function" has been available since IE 3.

ravitippa
11-05-2003, 05:56 AM
Hi All,

Actually I have a typical requirement to make a html screen work like a file dialog.I will populate the file names from file server.Now I have to store them in some javascript structure so that whenever the user clicks on a file it is selecting the file and if he selects a directory i have to show him the files in that directory.This has to be very generic so that I can traverse the tree of any length and breadth...

Please post your views with best methodology and code if one is readily available...

TIA