I have a link on the first page of my site <a href="page2.php" onclick="doPop(this.href); return false;">Description</a> How do I mage the page2.php put the Description in the title of the popup window?
I am not sure what you mean but, page2.php should be a full html document and the popup window will use page2.php's <title>. - ads2help