The problem is that the link does not take you to another page in the website. When I write "_self" in place of blank, the page opens within the edge animate file itself. So I changed it to _blank and it opens another page completely - which is not what I want. I want it to open within the website - but not in the edge animate file. Would I put "_parent"? Or what?
Below is the current code:
// insert code for mouse click here
// Navigate to a new URL in the current window
// (replace "_self" with appropriate target attribute)
window.open("http://dev.beverlyhillscarmel.com/contact-los-angeles-assisted-living.html#", "_blank");