Ah. How easy! Thank you.

On Sat, Jul 18, 2009 at 7:32 PM, Chris Rebert <c...@rebertia.com> wrote:

> On Fri, Jul 17, 2009 at 6:02 AM, Victor Subervi<victorsube...@gmail.com>
> wrote:
> > Hi;
> > I am trying to script code that automatically sends a Web site visitor to
> an
> > URL. Specifically, when they enter a value in a search box, I have that
> form
> > sent to a script that writes an URL acceptable to Google, then I want to
> > send the visitor off without him having to click another button. How do I
> do
> > this?
>
> Send back a webpage with a Refresh meta tag:
>
> <html>
>    <head>
>    <meta http-equiv="Refresh" content="0; url=http://YOUR-URL-HERE/";>
>    </head>
> </html>
>
> Cheers,
> Chris
> --
> http://blog.rebertia.com
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to