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?