Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Moock Window Popper Update (was: Popup Windows)
From: Colin Moock
Date: Tue, 9 Feb 1999 18:17:46 GMT

flasheratshocker [dot] com,Internet writes:
>due to the problem report I received earlier today, i have modified my
>hidden-frame popup-window script.

>users of the script will want to update their old version to the new version
>(2.3) in order to avoid a minor problem with IE4.

this update has been replaced by version 2.4. if you're upgrading, you should
ignore version 2.3. thanks to tarique for the info on using setTimeout with
functions that pass arguments. to upgrade your script, you should replace the
section that used to read:

{
newwin.close();
newwin = window.open(winurl, winname, winfeatures);
}


with this:
{
newwin.close();
setTimeout('newwin = window.open("' + winurl + '","' + winname + '","' +
winfeatures + '")',250);
}



colin

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  FLASH: Moock Window Popper Update (was: , Colin Moock

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]