How to change popup message
 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Popup Message</title>
<script type="text/javascript">
<!--
function FP_popUpMsg(msg) {//v1.0
alert(msg);
}
// -->
</script>
<style type="text/css">
.style1 {
border: 1px solid #000080;
}
</style>
</head>

<body onload="FP_popUpMsg('whadda badda gupcha ahi')">

<table style="width: 700px" cellpadding="0" cellspacing="0" class="style1">
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td><img alt="" src="img1B.jpg" /></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>

</body>

</html>