[thelist] not sure if this went through -- if so sorry for repost

dwayne dwayne at iconys.com
Fri Jun 15 19:05:00 CDT 2001


in addition to rudy's suggestion, you need to make a couple other changes...

On Friday 15 June 2001 23:28, Fortune Elkins wrote:
> the client wants me to popup a window. for this i'm using:

function popUp(theURL,winName,features) {

    //you need to take a reference to the window
    //you're creating
    popWin = window.open(theURL,winName,features);

    // and set a time out so the window has time to
    // come into existence before you try to give it focus
    setTimeout('popWin.focus()', 500);
}

i think that should do it...if it doesn't, shout out and maybe one of the 
gurs is about.

- dwayne




More information about the thelist mailing list