Jump to content

alert boxes


amylou

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.