Hi
I have been trying to wrap my head around a small issue I have. I'm trying to show a messagebox if a value a met.
if (CurrentProcess == "Test")
//Show message then do something else
else
//Do Something else
JScript confirm will work with onclientClick but that is everytime the client button is clicked I only want is to show if a something is met.
I have been useing my best friend "Google" but could not find a solution to my problem.
Any Idees?