Hi thanks for your reply,The thing is that my code,var x = wiodnw.confirm(â??Do you want to sign another page?â??);halts the execution of the codebasically the redirect is to the SAME jsp page, after some server side operations.so,that is why i set those flags for rediect. Comeback to the page false, ok go to googleor predefined url,true ok need to to the same operations on the same page and as theuser again if he wants to do it again.the code you mentioned allows the background or the next function to execute after the mentioned duration ??? but the wiodnw.confirm does not I need to set that flag function CallpreSign(){ConfirmMultipleSign1();preSign();//ConfirmMultipleSign();}function ConfirmMultipleSign1() {var x = wiodnw.confirm( Do you want to sign another page? );if(x){document.getElementById( MultipleSignFlag ).value = true ;}else{ document.getElementById( MultipleSignFlag ).value = false ;}}any advice in dojo?
dojochethan June 17, 2011 at 12:17 PM
when i copy this example and run in this my system it is not working as you show in the preview
LCJfoFcyeizqdSahil June 15, 2012 at 4:29 AM
Hi thanks for your reply,The thing is that my code,var x = wiodnw.confirm(â??Do you want to sign another page?â??);halts the execution of the codebasically the redirect is to the SAME jsp page, after some server side operations.so,that is why i set those flags for rediect. Comeback to the page false, ok go to googleor predefined url,true ok need to to the same operations on the same page and as theuser again if he wants to do it again.the code you mentioned allows the background or the next function to execute after the mentioned duration ??? but the wiodnw.confirm does not I need to set that flag function CallpreSign(){ConfirmMultipleSign1();preSign();//ConfirmMultipleSign();}function ConfirmMultipleSign1() {var x = wiodnw.confirm( Do you want to sign another page? );if(x){document.getElementById( MultipleSignFlag ).value = true ;}else{ document.getElementById( MultipleSignFlag ).value = false ;}}any advice in dojo?
Post your Comment