Hi,
Yes you can.
In your first page use:
<SCRIPT LANGUAGE="Javascript">
window.open("page.html","Alert","toolbar=no,location=no,directories=no,status=no," + "menubar=no,scrollbars=no,resizable=no," + "width=#,height=#,screenX=#,screenY=#"

// End-->
</SCRIPT>
You can change that to a function if you want.
Then in your popup window put the same code:
<SCRIPT LANGUAGE="Javascript">
window.open("differentpage.html","Alert","toolbar=no,location=no,directories=no,status=no," + "menubar=no,scrollbars=no,resizable=no," + "width=#,height=#,screenX=#,screenY=#"

// End-->
</SCRIPT>
And call it however you want. If you want the popup to open the second one automatically then just put that code in as is. If you want to call the second popup with a button or link or whatever then you will have to turn that code into a function.
Hope this helps!
NATE
design@spyderix-designz.com