Eso lo consigues con VisualBasicScript, pero sólo es compatible con IE...
Código PHP:
<html>
<head>
<title>Untitled</title>
</head>
<body>
<script language="VBScript" type="text/vbscript">
pepe=msgbox("¿Quieres visitar Foros del Web?",VByesno+VBQuestion,"Te va a interesar")
if pepe=VByes then location.href="http://www.forosdelweb.com"
</script>
</body>
</html>