window.location Problem

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top