Hello All,

I have a home page with several <a> links (on layers using setHTML) that
call the following function:

 function openWindow(URL,windowName) {
        if(is.ns || is.ie) {

        var window_left = (screen.width-790)/2;
        var window_top = (screen.height-480)/2;

        window.open(URL,windowName,'width=780,height=480,top=' + window_top +
',left=' + window_left + '');
        }
}

These links open example pages, three without DynAPI2 and two DynAPI2
powered. When the later two, and only the later two, are closed again my
computer is frozen for 10-15 seconds. The home page browser has focus but
click events on the entire system are not active for this short period. The
problem does not appear with NS. The page worked fine with IE on another
system (details unknown).

I'm running PentiumII 400 MHz, Win98, IE5.0

The page is at http://www.polbox.com/c/cousins The guilty two links are
under 'Darryl's Web Design' /Flash 01-2000 and /DHTML 02-2000

TIA. Blessings, Darryl


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to