On Wednesday 10 September 2008 21:51:15 Ryan Raymond wrote: > Hi all > > I would like insert a page or popup a small screen to show a customized > messsage to my client. Say, when he click a web site, like www.example.com, > the page would be redirected (or popup a small screen) and show a > customized message. And after a few seconds, it would be redirected to > www.example.com (or close the small screen). > > have anyone done it before ? > Thanks a lot > > RR You could use the deny_info tag and a meta tag in the web page that you redirect to via deny_info. The meta tag can simply time a redirect to another site. <meta http-equiv="refresh" content="10; URL=http://somwhere.com/index.html"> (the "10" is number of seconds before redirect) HTH -- Jeff Gerard