[thelist] In need of a javasript

Michael Pemberton mpember at phreaker.net
Thu Jun 21 23:35:56 CDT 2001


if you call the close method from the opener, there will not be a prompt.  This
is a "security" feature.

Steve Randa wrote:

> Yeah, that works fine but it throws up an alert message which I don't want.
>
> Steve
>
> Kevin Smith wrote:
>
> > Steve Randa wrote:
> >
> > > I've got a small popup browser window that I wish to remain open for a
> > > specified amount of time then close by itself and refresh the parent
> > > window to a new location. Is there such a thing?
> >
> > Something like this:
> >
> > function closeRefresh(){
> >     opener.location.href='newPage.htm';
> >     self.close()
> >     }
> >
> > <body onload="setTimeout('closeRefresh()',5000);">
> >                                            ^ delay in milliseconds
> >
> > --
> > kevin c smith
> > tatnet, inc.
> > e: k.smith at tatnet.com
> > t: 410.571.9462
> > f: 410.571.9442
> >
> > ---------------------------------------
> > For unsubscribe and other options, including
> > the Tip Harvester and archive of TheList go to:
> > http://lists.evolt.org Workers of the Web, evolt !
>
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !

--
Michael Pemberton
mpember at phreaker.net
ICQ: 12107010







More information about the thelist mailing list