| Author |
pop-up confirmation window for html:submit
|
M Murthy
Ranch Hand
Joined: Nov 20, 2004
Posts: 33
|
|
Hi all, How do i pop-up a confirmation window for a button? I tried using the in the html:submit tag, and below is my confirmDelete function But the problem with this is that the button gets submitted and calls the struts action even if the user clicks on cancel in the pop-up window. I would appreciate any help.
|
Sindhu Murthy<br />SCJP 1.4<br />SCBCD
|
 |
Junilu Lacar
Bartender
Joined: Feb 26, 2001
Posts: 4118
|
|
try on click="javascript:return confirmDelete();" See http://www.idocs.com/tags/linking/_A_onClick.html
|
Junilu - [How to Ask Questions] [How to Answer Questions] [MiH]
|
 |
M Murthy
Ranch Hand
Joined: Nov 20, 2004
Posts: 33
|
|
|
Thank you, that solved the problem.
|
 |
 |
|
|
subject: pop-up confirmation window for html:submit
|
|
|