From: Robert R. <rra...@ya...> - 2000-12-12 02:44:57
|
I don't think that is possible. How would you load 2 files in 1 layer anyway? I believe the loadQueue is used so that it doesn't try to load to html files at once because this will not work in Netscape. You can load 2 html files in 2 different loadpanels and then you getHTML from each one, then add the content to another layer if you want. -- // Robert Rainwater On 12/11/2000, 8:59:19 PM EST, b0n3z wrote about "[Dynapi-Help] LoadQueue.prototype.add = function(url,loadpanel) ? in loadpanel": > In the latest release of DynAPI - in loadpanel.js - there is this: > LoadQueue.prototype.add = function(url,loadpanel) > I wanted to if this would allow you to have 2 or more html files loaded into > one loadpanel? and if so - can someone give me an example of this please, > Thanks, > Ken > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |