Maybe try onclick="parent.location='{{=URL('default', 'index')}}'"
On Friday, October 14, 2011 1:01:54 AM UTC-4, Saurabh S wrote:
>
> <tr class="submitrow">
> <td>{{=form.custom.submit}}</td>
> <td><input style="margin-left:0px" id="cancel"
> class="submit" type="reset" onclick="window.history.back()"
> value="Cancel"></td>
>
>
>
> i want to replace on-click function with something that always
> redirects me to my home page....suppose my home page is
> http://127.0.0.1:8000...how
> it would be possible
>
> please suggest...