Hugo, you do not really need to clear it, you can add content directly, just
keep in mind that things such as td would not be added to anything other
than table and so on.

Felix.


On 12/19/06, Hugo Madureira <[EMAIL PROTECTED]> wrote:

Hello!

You cant set the content using the function appendChild like this:

var win = new Window(...);
var div = document.createElement('div');
win.getContent().appendChild(div);

NOTE: You have to clear the win.getContent() div first.

On 19/12/06, Stes81 <[EMAIL PROTECTED]> wrote:
> ok found my Problem, id was a CSS issue.
> But Im wondering if its possible to set the content by using the
> function appendChild()
>
> is it possible, and how?
>
> _______________________________________________
> Javawin mailing list
> [email protected]
> http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
>

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




--
Felix
-------------------------
God put me on earth to accomplish a certain number of things.  Right now,
I'm so far behind, I will never die...
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to