in reply to Opening a new window and writting to it

If you can use JavaScript to open a window there are functions for writing HTML in that window, example (some sort of pseudo-code):

- open new window (get handle for it)
- write first row in new window (in the same page that you opened the window from
- write the rest of the rows to the window

I don't remember the name of the function, but I know that there is such a function (I have used it one or two times), you should check in some javascript forum, they might know what the function is called.

-- may the source be with you
  • Comment on Re: Opening a new window and writting to it