code similar to cflocation which gives a pop up message
<html> <head> <script type="text/javascript"> var t = 1000; function display() { var msg = confirm("activity is successful without attachment"); if (msg) location.href="http://shemy-coldfusion.blogspot.in"; else location.href="http://www.google.com"; } </script> </head> <body onLoad="javascript:setTimeout('display()', t);"> </body> </html>