After implementing .jeff's great article, i now need to use 2 links. i.e open up pop-up window and change the page that was clicked. the javascript isn't a problem. How would this be possible if the user has javascript disabled... [CODE] <a href="somedoc.html" target="newWindow" onclick="window.open(this.href, this.target); return false">click here</a> [/CODE] Benjer