amylou Posted August 28, 2007 Share Posted August 28, 2007 i have the following code that works, i was wondering if there is a way to disable the x(close) so that the user has to hit okay and also is there away to make the window bigger?? <script type="text/JavaScript"> function HandleTimeOff(bPaid) { if( bPaid ) { alert("Paid Time Off Notice: Please Remember to fill out PAYROLL REQUEST form."); } else { } } </script> Link to comment https://forums.phpfreaks.com/topic/67118-alert-boxes/ Share on other sites More sharing options...
RichardRotterdam Posted August 28, 2007 Share Posted August 28, 2007 luckily there is no way to get rid of the closing X and if there was a way thank god for ctrl+f4 Link to comment https://forums.phpfreaks.com/topic/67118-alert-boxes/#findComment-336613 Share on other sites More sharing options...
amylou Posted August 28, 2007 Author Share Posted August 28, 2007 is there a way to make the box itself or the text bigger Link to comment https://forums.phpfreaks.com/topic/67118-alert-boxes/#findComment-336722 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.