Popup closes w/o sending to target, firefox only
I have a popup window named 'admin.' It launches another popup with several links. Those links have src and target attributes, their target is the admin window. They also have an onClick attribute of "self.close()" so that the window will close when the link is pressed.
In Internet Explorer this works perfectly, the link is clicked, direction is sent to 'admin' and then it closes and admin takes over from there.
In FireFox this does not work at all as planned. You click the link and the window closes without sending direction to admin.
Please assist. Thanks!
|