At 15.35 05/01/2001 -0800, you wrote:
>Is there any way to write to the js debug console in NS?
>This would be way better than havving to click on 50 Alert dialogs..
Hi, Doug. Have a look at this article:
http://developer.netscape.com/docs/technote/jsconsole.html
You can make the JS conso
At 10.35 05/01/2001 -0800, you wrote:
>Try using DynLayers instead of regular layers. Netscape offers no way
>to grab the HTML inside a layer like IE does. Use DynLayers fake it by
>storing HTML as a property, but that's only if you use setHTML to insert
>the contents.
That
At 19.37 03/01/2001 -0500, you wrote:
Try something like this:
lp = new LoadPanel();
lp.setURL('file1.html');
ppanel= new PushPanel(lp)
Whoops.. I just tried to create an empty pushpanel, with:
ppanel = new PushPanel()
and then assigning it a child DynLayer which was a LoadPanel.
Hi all..
Maybe this will seem obvious, but it's not much time since I began reading
this list.
I've downloaded the last snapshot of the DynAPI2, and I was trying to
upgrade something I created with the DynAPI1.
First thing I've noticed, the Pushpanel doesn't seem to allow loading
content from a