PDA

View Full Version : message box



amirreyhaneh
شنبه 03 دی 1384, 10:32 صبح
سلام
من چطوری می توانم یک MESAGE BOX با دو دکمه تایید و انصراف داشت.دقیقا شبیه message box ی که موقع خروج از سایت barnamenevis نشان می دهد.

titbasoft
شنبه 03 دی 1384, 11:36 صبح
<script>
a=confirm('are you sure?');
if (a)
alert ('yes he is sure');
else
alert ('he didn\'t accept me!');
</script>