弹出的对话框是用javascript<script language="javascript">
function Alert(content)
{
alert(content);
}Alert("ok")
</script>