posted 19 years ago
Hi,
Try using the name attribute in the window.open function
window.open(url,name)
If u call window.open with the same name, it will use the already opened window.
However, this doesnt seem to work on Netscape 8.0 which uses tabbed windows within the browser.
Cheers