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 GerardReceived on Sat Sep 13 2008 - 04:30:09 MDT
This archive was generated by hypermail 2.2.0 : Sat Sep 13 2008 - 12:00:03 MDT