No message box prompted?
Would anyone give me advice on the following script written in a Web Form:
Response.write("<script lang='Javascript'> if(confirm('Are you sure')==false); return false; </script>")
When it is executed, the browser could not prompt with a confirmation dialog box, but it could prompt an alert box, why?

