Need advice on browser script
would like to ask about the confirm fucntionality on browser script
if a user selects cancel will it stop everything after it or will it still continue with the server script side?
on my script i made the cancel into a canceloperation command
var stemp = "CancelOperation";
return(stemp);