C
csgraham74
Basically i have a piece of javascript that calls a function to call a
confirm box on screen.
onclick= if(sub_ProceedMsg()){}
basically what i want to do is to stop the serverside event from the
same button if i click no in my javascript confirm box.
is this possible ????
if not is there a better way to do this ???
i have to display a message on screen and get a response ( Yes or no )
from the user before i can proceed.
thanks in advance
C
confirm box on screen.
onclick= if(sub_ProceedMsg()){}
basically what i want to do is to stop the serverside event from the
same button if i click no in my javascript confirm box.
is this possible ????
if not is there a better way to do this ???
i have to display a message on screen and get a response ( Yes or no )
from the user before i can proceed.
thanks in advance
C