March 11, 2010

Pages


Search Site


Topics


Adobe AIR

ColdFusion

Flex

Adobe

ActionScript

Pet Rescues

My Links


Archives

Entries for month: June 2008

Are you sure pop up - Javascript

June 19 2008 by Wally Kolcz

Javascript:
<script language="jscript" type="text/javascript">
 function Confirm() {
  return confirm ("Are you sure you want to delete this project?");
 }
</script>

On the href:
onclick="return Confirm();"

Posted in Lazy Code | 1 comments