…without any server-side scripting?
-
-
- A place I do occasional web work for has requested I make a page (customers.html). And on this customers.html page is to be a popup link, that opens popup#1, which is a list of client names with brief info. And each of these client names in this popup is to be a popup-link itself, that when pressed, opens a new window that then goes to each customers’ own websites. Don’t ask me what I think of this idea. Let’s just say it’s not my idea.
-
The problem I am seeing is that the first popup opened (and left open) automatically becomes the target for any other popup links clicked. It does not matter if the second popup variable is declared in the popup page or the parent page.
- I’d prefer a method that works for all major browsers; is there a way to do this without server-side scripting, and hopefully without vbscript?
~