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> Quote Link to comment 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 Quote Link to comment 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 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.