Page 1 of 1

Getting the current page?

Posted: Mon Sep 04, 2006 5:25 pm
by cturner
Can someone please tell me how I can get the current page in a popup window? Not the page of the popup window the page where the popup came from and display it in an email. Thanks in advance.

Posted: Mon Sep 04, 2006 5:30 pm
by feyd
window.opener contains the window reference to the window that opened the current window.

Did I say window enough? :)