Jul 24, 2006 #1 elan IS-IT--Management Joined Apr 3, 2001 Messages 24 Location AU I use the following to go close a window on (press,release) { javascript("window.close()"); } it works well. How can I also close the window and go to an anchor point on the origianl page called /index.html#equipment with thanks Brian
I use the following to go close a window on (press,release) { javascript("window.close()"); } it works well. How can I also close the window and go to an anchor point on the origianl page called /index.html#equipment with thanks Brian
Jul 24, 2006 #2 cLFlaVA Programmer Joined Jun 14, 2004 Messages 6,450 Location US try this: Code: opener.location = "[URL unfurl="true"]http://www.site.com/index.html#equipment";[/URL] window.close(); *cLFlaVA ---------------------------- [tt]( <P> <B>)13 * (<P> <.</B>)[/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url] Upvote 0 Downvote
try this: Code: opener.location = "[URL unfurl="true"]http://www.site.com/index.html#equipment";[/URL] window.close(); *cLFlaVA ---------------------------- [tt]( <P> <B>)13 * (<P> <.</B>)[/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url]
Jul 25, 2006 Thread starter #3 elan IS-IT--Management Joined Apr 3, 2001 Messages 24 Location AU Thanks cLFlaVA Brian Upvote 0 Downvote