CodingForums.com
>
:: Client side development
>
JavaScript programming
> How do I get the returnValue data?
PDA
View Full Version :
How do I get the returnValue data?
knguyen99
04-24-2003, 09:09 PM
Is there a way to what the user selected when I call the method?
OK or Cancel?
event.returnvalue = "Continue ?";
jkd
04-24-2003, 09:34 PM
event.returnValue = confirm("Continue?");
perhaps?
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.