<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.0">
</HEAD>
<BODY LINK="#0000ff">
Hi Idan<BR>
You need an implementation of hook_form_alter for the poll form's form_id that adds a #redirect property.<BR>
<A HREF="http://api.drupal.org/api/drupal/developer--topics--forms_api_reference.html/6#redirect">http://api.drupal.org/api/drupal/developer--topics--forms_api_reference.html/6#redirect</A> <BR>
You may need to compete with views on this property (especially if the view has an exposed form) so your module might need a lower system weight than views<BR>
Lee<BR>
-------- Forwarded Message --------<BR>
<BLOCKQUOTE TYPE=CITE>
    <B>From</B>: Idan Arbel &lt;<A HREF="mailto:Idan%20Arbel%20%3cidan@arbel-designs.com%3e">idan@arbel-designs.com</A>&gt;<BR>
    <B>Reply-to</B>: development@drupal.org<BR>
    <B>To</B>: <A HREF="mailto:development@drupal.org">development@drupal.org</A><BR>
    <B>Subject</B>: [development] Polls redirecting to view page instead of node page<BR>
    <B>Date</B>: Tue, 3 Aug 2010 01:53:58 +0300<BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Hello,<BR>
    <BR>
    &nbsp;<BR>
    <BR>
    I have a view with a bunch of poles being displayed (using the poll module).<BR>
    <BR>
    The problem is that after submiting a&nbsp; poll (via the views page) the page refreshes and stays on the view page. Any way to get the poll to redirect to the poll node page once the user votes on a poll?<BR>
    <BR>
    &nbsp;<BR>
    <BR>
    Thanks<BR>
    <BR>
    &nbsp;<BR>
    <BR>
    Idan<BR>
    <BR>
    <BR>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>