Question
Closing Pop-up windows
I'm using pop-up windows with my WebHelp application. As we
know, pop-ups close by clicking anywhere on the browser window. As
this is not really a familiar user experience I integrated a "close
window" link on the bottom of the pop-up window, just for the user
to know what to do. I just made a fake link saying "close window".
I actually just force the user to click somewhere on the window
which happens to be that fake link and (surprise, surprise) the
pop-up closes. Not really elegant, but so far it worked. But then I
linked in between two pop-up windows: the user opens one pop-up and
with a "next" link another html-page opens in the same pop-up
window. Strangly when I now click on that pop-up with the content
of the second html page in it, the pop-up window will not close
anymore. I then tried to integrate a close-window javascript.
Doesn't work either. Any ideas?