passing boolean value to javascript
807598Jul 6 2006 — edited Jul 6 2006i have written a method in java i need to pass the result of this method (yes or not) back to a jsp page. if the result is yes, then an alert need to show which allows user to select whether or not to proceed, how do i pass the result of this (yes or no) to a javascript function?