if you make the change button as a type="button" the below code works fine.

onclick="if (confirm('make sure all the values are correct, once it is
submitted it cannot be take back')){document.formName.submit();} else
{return false;}"


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 15, 2003 9:38 PM
Subject: Java Script Confirm and struts


> Hi i wud like to have a confirm box that displays a message saying
>
> " make sure all the values are correct, once it is submitted it cannot be
> take back"
>
> I want to have this when a user clicks a "continue" on a JSP page, if the
> user clicks "yes" on the continue box it shud submit the form but if the
> user
> clicks "no" then the form shud not be submitted.I started writing it but i
> donno what to
>
>   <html:submit property="Submit" value="Continue" onclick=" "/>
>
> what do i need to write for the onclick for what i need to happen.
>
>
> --Thanx in advance
>    Mohan
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to