All ...

I'm new to PWC and guess I need a bit more help than I can find in the
online doc.  I'd be thankful if anyone can
help me with the following questions (and I'm sure I'll have more as time
goes on).

1) If I have a PWC window open, displaying the contents of a URL, and I want
to open another one,
how can I have the first automatically close?  I tried something like the
following with no success ...

var win = new Window( ....);
if (win != undefined) {
  win.destroy();
}

That didn't work.  What will?

2) If I open a PWC window to display the contents of a URL, if that URL
contains popups, I get them.
I'm using Firefox 2.0 and have Firefox set to block popups -- it does, but
PWC still lets them through.
How can the popups be blocked?

3) Sometimes, when I open a PWC window to display a URL, the window starts
to open (I'm using
spread), the outline of the PWC window is displayed, then the URL is opened
in a full browser window.
What's causing this to happen?

Appreciate any help you guys can give me.

Thanks
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to