« Return to Thread: and javascript

<html:link> and javascript

by umainb :: Rate this Message:

Reply to Author | View in Thread

Hello,

I have a link in my jsp  

<html:link  page="/doNotVerifyList.do?action=delete"  paramId="phone" paramName="resultsList" paramProperty="phoneNumber"><bean:message key="admin.console.verify.numbers.delete"/></html:link>

which deletes a record from the list of numbers.

When the user clicks on the link above, we need a javascript popup "Are you sure you want to delete the number?" with "OK" and "Cancel"

How I can achieve that?
Thanks.

 « Return to Thread: and javascript