Getting the current page?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
cturner
Forum Contributor
Posts: 153
Joined: Sun Jul 16, 2006 3:03 am
Location: My computer

Getting the current page?

Post 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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

window.opener contains the window reference to the window that opened the current window.

Did I say window enough? :)
Post Reply