estesflyer
Programmer
i try this, but it just doesnt wanna work for some reason.... anyone know why??
<script language="javascript">
<!--
function confirmation()
{
var confirmbox = confirm("Warning - By entering this site, you agree to our dislcaimer, do you wish to continue?"
if (confirmbox)
{
window.location.href = "main.asp";
}
else
{
window.location.href = "}
//-->
</script>
<script language="javascript">
<!--
function confirmation()
{
var confirmbox = confirm("Warning - By entering this site, you agree to our dislcaimer, do you wish to continue?"
if (confirmbox)
{
window.location.href = "main.asp";
}
else
{
window.location.href = "}
//-->
</script>