[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Clearing a window



>From my attempts to clear window I know that window.clear() clears only visible 
part of window. But there is a thing that wokrs : window.document.open(). You 
should use in following way :
my_window.document.open();
// ... do anything in window
my_window.document.close()

If you will find new info about this topic please inform me.
Regards.
Yuri.

/----------------------------------------------------------------------\
|                                 |                                    |
| Yuri Alkin                      | A specialist is someone who learns |
| yuri@yuri6000.stil.scitex.com   | more and more about less and less, | 
|                                 | and ends up knowing everything     |
| Libraries and desktop support   | about nothing...                   |
| Scitex Corporation Ltd.         |                                    |
|                                 |                                    |
\----------------------------------------------------------------------/