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>

Comments

Popular posts from this blog

how to add new line in google form questions | Fix for next line issue in google form questions

How to add new line in dropdown type question in google forms