Hi Frendz,
I'm using the following code for generating the alert message.
echo '<script>alert("Your project has timed out. Contact your project Manager")</script>';
Its working fine in my local server. But in online server its not working. whats going wrong with this?