<script language="Vbscript">
ret=msgbox("如果满意,别忘了加分哟!",257)
if ret=1 then
   alert "同意加分"
else
   alert "考虑一下"
end if
</script>