A
Arne Beruldsen
I have the following code for onclick=CloseMsg()
<script language =javascript ?>
<!--
function CloseMsg() {
window.location.href="http://www.mydomain.com";
}
// -->
</script>
Wtihin FP...under preview it works fine. But when I upload...it appears
that nothing is happening...or that it is quickly going to the new
page...only to immediately return.
Do I need to close the old page?
Any ideas?
<script language =javascript ?>
<!--
function CloseMsg() {
window.location.href="http://www.mydomain.com";
}
// -->
</script>
Wtihin FP...under preview it works fine. But when I upload...it appears
that nothing is happening...or that it is quickly going to the new
page...only to immediately return.
Do I need to close the old page?
Any ideas?