Hi people I've got a problem redirecting a form on a HTML page, I've tried the…

<input type="hidden" name="redirect2" value="mypage.html">

The form is calling to a cgi script…

<form action="mypage.cgi?tasks" method="post" name="_form" onsubmit="return staffSelect(this)">

How can I stop the form from redirecting on Submit to the default area?

Any help welcome!

Cheers,