Hello, I have
one problem with the web image button control, I just want to put confirmation
using js
the code is (On page
load):
WebImageButton.Attributes.Add("onclick", "if(confirm('Are
you sure to delete?')){}else{return false}")
The problem is that whatever I choose
at the confirm window the code is always executing.
I have
tried that to a standar button and works fine.
Thanxs in
advance.