From: Robert R. <rra...@ya...> - 2000-11-10 02:25:57
|
One thing I noticed in your code was the onCreate method. In the latest version of the DynAPI this will no longer work. You will need to use eventlisteners. The LoadPanel extension is not far from working. It currently works ok in IE 5 and NS 4. Hopefully it will be finished soon. \\Robert -- rra...@ya... > Hello All, > > Although I've closely been following and working with the development of DynAPI 2 over the > past few weeks, this is my first post to the list. As such, I'd like to take the > opportunity to congratulate you on the project and wish you continued success in the > future. Well Done. > > OK, with that out of the way, on to my problem. > > I have developed a tabset widget, which appears to work great on IE and NS, apart from > when it comes to loading an external HTML file (or JSP) onto one or more of the tabs, > instead of using the setHTML method on each of the layers. > > This is only "sort of" working on Netscape 4.73 (it randomly loads some or all of the > pages onto the layers), and does not work at all on IE 5.5. > Try loading the page a few times in NS. Each time the pages which are loaded are > different!! > > I have attached a zip of the files I have been working with, and hope someone can give me > a definitive answer as to how the DynAPI 2 is to handle this situation. I have played with > Dan's loadPanel extension, with no success. If anyone has already developed this widget or > similar, please let me know. > > For the record, my OS is Win95. > > Many Thanks > > Mark Pratt |