Ah. How easy! Thank you.<br><br><div class="gmail_quote">On Sat, Jul 18, 2009 at 7:32 PM, Chris Rebert <span dir="ltr"><<a href="mailto:clp2@rebertia.com">clp2@rebertia.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Fri, Jul 17, 2009 at 6:02 AM, Victor Subervi<<a href="mailto:victorsubervi@gmail.com">victorsubervi@gmail.com</a>> wrote:<br>
</div><div><div></div><div class="h5">> Hi;<br>
> I am trying to script code that automatically sends a Web site visitor to an<br>
> URL. Specifically, when they enter a value in a search box, I have that form<br>
> sent to a script that writes an URL acceptable to Google, then I want to<br>
> send the visitor off without him having to click another button. How do I do<br>
> this?<br>
<br>
</div></div>Send back a webpage with a Refresh meta tag:<br>
<br>
<html><br>
    <head><br>
    <meta http-equiv="Refresh" content="0; url=<a href="http://YOUR-URL-HERE/" target="_blank">http://YOUR-URL-HERE/</a>"><br>
    </head><br>
</html><br>
<br>
Cheers,<br>
Chris<br>
<font color="#888888">--<br>
<a href="http://blog.rebertia.com" target="_blank">http://blog.rebertia.com</a><br>
</font></blockquote></div><br>