sjurick wrote:
> I admit it sounds elementary but I have a form which has
its action assigned to
> inserting a record in my DB (action="<?php echo
$editFormAction; ?>"). There
> is only one button on the page which is the Insert
Record button. Next to it
> I'd like to have a Cancel button which simply returns to
an URL or the page
> from which the user was on to get to this "Insert
Records" page. I don't think
> I can nest a form within a form to allow a separate
button and action pointing
> to an URL can I?
>
... onclick="location=document.referrer">
Mick