Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts Users »

RE: Java Script Confirm and struts

Marcos Oliva

2003-07-15

Replies:


Mohan,


Try this
<html:submit property="Submit" value="Continue" onclick="
javascript: return confirm('Your message here')"/>


marcos

-----Original Message-----
From: mohan@(protected)]
Sent: Tuesday, July 15, 2003 12:28 PM
To: struts-user@(protected)
Subject: RE: Java Script Confirm and struts

Hi did as u guys said but it submits the page anyway, i want the page
not
submitted if i press the cancel button.It submits the page if press OK
or
Cancel This is what i did...


<script>
 function confirmSubmit(){
   var agree=confirm("Make Sure all the Values are correct,
once submitted
this form cannot be take back");
   if(agree)
       return true;
   else
       return false;
 }
</script>

<html:submit property="Submit" value="Continue" onclick="
javascript:confirmSubmit()"/>

--Thanx in advance

> onclick="return confirm('Your message here')"
>
> -----Original Message-----
> From: mohan@(protected)]
> Sent: Tuesday, July 15, 2003 12:39 PM
> To: struts-user@(protected)
> 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: struts-user-unsubscribe@(protected)
> additional commands, e-mail: struts-user-help@(protected)
>
> ---------------------------------------------------------------------
To
> unsubscribe, e-mail: struts-user-unsubscribe@(protected)
> additional commands, e-mail: struts-user-help@(protected)




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@(protected)
For additional commands, e-mail: struts-user-help@(protected)


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@(protected)
For additional commands, e-mail: struts-user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.