Hi,
I wanted to add an additional item to the Javascript bug that I reported yesterday (where entering a “.” doesn’t do anything (no drop down appears), only CTRL-SPACE works).
The thing I wanted to add was that when hitting CTRL-SPACE, you still don’t see controls in the list of items.
For example, if I type “document.form1.” and then hit CTRL-SPACE, I don’t see any of the HTML *controls* on the form in the drop down that appears.
Perhaps this is by design, but what I would like to see in the drop down are all the HTML controls I have on the form and then the methods for each of those if I select one.
For example, “document.form1.MyList.” would bring up the methods and properties for “MyList”. However, nothing happens EVEN WITH CTRL-SPACE once I get past form1.
I’m not sure if this is another bug beyond the one reported yesterday, but I wanted to report this behavior as well.
Can you clarify how this “should” work?
Thanks.
— M