[thelist] In need of a javasript

Steve Randa sranda at ch-advertising.com
Thu Jun 21 17:03:23 CDT 2001


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 !





More information about the thelist mailing list