News

Whitson Gordon If you have a few sites that you visit particularly often but you want them to open up in a new tab every time you visit them, reader Java-Princess shows us how to make them do so.
It's been a while since I've done anything like this but it seems to me that you could open up the new window and set the reference to the new window to a variable. Then you should be able to call ...
Not so easy w/the window.open method.<BR><BR>Even though I've given the 2nd window a "name", there doesn't seem to be a way to call it from the 1st window like you can w/that window.open method.
For instance, the window.open method opens a new window without replacing the current page; as the parent page is not unloaded, the onbeforeunload event will not be generated.