I'm using a script that opens certain links in a new (popup) window but I'd like to have the window, that does this, close after doing so. anybody got a script that can do that?
bobby g.
I'm using a script that opens certain links in a new (popup) window but I'd like to have the window, that does this, close after doing so. anybody got a script that can do that?
bobby g.
Put this hyperlink in Your popup window...
If You want the popup window to close automatically after doing something (javascript maybe...), add window.close(); at the end of Your script...Code:<a href=# onClick="window.close()">close window</a>![]()
Bookmarks