ihab Posted May 25, 2007 Share Posted May 25, 2007 <script type='text/javascript'> function check(type){ if(confirm(type)){ return true; }else{ return false; } } </script> Quote Link to comment Share on other sites More sharing options...
gabeg Posted May 27, 2007 Share Posted May 27, 2007 It brings up a confirm box take a look at http://www.tizag.com/javascriptT/javascriptconfirm.php for more info Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.