Search Results

0
votes

Javascript popup window doesn’t gain focus after first load in Firefox

This seems to work: make w a global variable. When the popup link is clicked, check if w exists and if it exists, close it and open the other popup... <script type="text …
0
votes

In IE6, when I display a modal, a dropdownlist from the parent page is visible on top of the model

A quick fix is to hide all the dropdowns when you call the modal and show them again when you close it. …