Forum Moderators: open
<script type="text/javascript">
<!--
function Failover()
{
if( confirm('Are you sure you want to failover?') == true)
{
document.myForm.CNFRM.value = "true";
return true;
}
else
return false;
}
-->
</script>
Anyone familiar with this problem?
Thanks.
Windows with IE.
If this doesn't work then there is a very strange problem:
if(confirm("Work?")) {
alert("True");
} else {
alert("False");
}