ok, how do you name a webpage window on opening?
Wednesday, October 27, 2004 by joetheblow | Discussion: WinCustomize Talk
Is that an on load function? Is that a javascript or just regular html code.
anybody got a solution?
Thanks!
Reply #2 Wednesday, October 27, 2004 7:22 AM
Joe, in javascript you can refer the window that opened the popup as "opener".
Ex: window.opener.close() would close the original window.
Reply #3 Wednesday, October 27, 2004 8:28 AM

Reply #4 Wednesday, October 27, 2004 10:09 AM

Reply #5 Wednesday, October 27, 2004 3:00 PM
For example, Wincustomize has it set such that if you click on a nickname, a new window appears... but THIS IS what I want:
When you click on "Click to View Author's Skins", the main window goes to the skinners uploads.
Its like the window itself has a name to refer back to.
When I refer to the main window, I mean it is th window you are already in and been browsing through before you got to WinCustomize. But once you get to Wincustomize, now the window gets a name somehow.
Its like the pop-up window controls the window the user clicked from (main window).
Any ideas?
Reply #6 Wednesday, October 27, 2004 3:02 PM
Reply #7 Wednesday, October 27, 2004 3:05 PM
{Original Window}
[pop-up window] from {Original Window}
[clicks in the pop-up window] control what is viewed in {the original window}

I know I saw it done somewhere... base target maybe? "window name" using javascript? Name self something???
Reply #9 Thursday, October 28, 2004 4:51 AM
Reply #10 Thursday, October 28, 2004 5:55 PM

Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!







Reply #1 Wednesday, October 27, 2004 6:49 AM