| Current Path : /var/www/html/ajay/phpwebsite-1.8.x/javascript/alert/ |
| Current File : /var/www/html/ajay/phpwebsite-1.8.x/javascript/alert/head.js |
<script type="text/javascript">
//<![CDATA[
function notice(alert_text)
{
if (alert_text == '') {
return;
}
alert(alert_text);
}
//]]>
</script>