Hi! Here's my question: how can you retrive the tile of the current window. I have tried the following: document.write(self.document.title); but nothing is inscribed on my page. If I give a title with the following command: document.title = "test"; and then retrieve it, all is well. I see the text "test" on my page. So how can you retrive the title of a window that you have just opened?