I'm having a bit of a JavaScript issue. I want to open a JavaScript prompt() window from the parent window, then open a new (popup) window (the contents of this window are not under my control), and ...
Say you have a product gallery of some sort which happens to be a php page that is displaying a gallery of thumnails showing off products in that range (sucking them out of the database). Now you can ...