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> Link to comment https://forums.phpfreaks.com/topic/52923-what-is-this-script-for/ 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 Link to comment https://forums.phpfreaks.com/topic/52923-what-is-this-script-for/#findComment-262892 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.