This is a discussion on "Manipulating parent window" within the JavaScript Forum section. This forum, and the thread "Manipulating parent window are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Manipulating parent window
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Manipulating parent window
Hi everyone,
I've opened a new window using: window.open('Opening.asp', 'MainWindow', 'height=800,width=1270,top=0,left=0,scrollbars=yes ,menubar,toolbar,location,status,resizable', false); When certain links are clicked in this new window, I would like it to close. I assume this would be as simple as: window.close(); but I would also like to change the url of the original window depending on the chosen link in the new window. Is this possible? And if so how? Many thanks in advance |
|
|
|
|||
|
Re: Manipulating parent window
i think its
|
![]() |
| Tags |
| manipulating, parent, window |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Open another new window from javascript window | thehermitage | JavaScript Forum | 10 | Jan 27th, 2008 19:42 |
| Submit a form in popup to the parent window | hassan1365 | JavaScript Forum | 2 | Jan 25th, 2008 08:34 |
| [SOLVED] open new window from main window | AdRock | Other Programming Languages | 1 | Nov 1st, 2007 02:45 |
| Submitting a parent form from a child window in IE 7 | livehed | JavaScript Forum | 0 | Feb 15th, 2007 16:23 |
| Importing HTML and manipulating data? | Tim356 | PHP Forum | 4 | Aug 31st, 2006 08:54 |