Hello all..
I have a modal window that I'd like to make clickable - ie, the user clicks anywhere in the window and it takes them to the website....not just closes the window, but takes them to another website (the new one!) Even if they click the close button, it needs to redirect to the new. (I didn't invent this idea, I'm just trying to do what they asked!)
Here's the test page..
[
monarchcottages.com...]
I tried to make the page clickable -
onClick="document.location.href='http://www.google.com';"
in the body tag, then in the table tag, but no go.
Is there anything that can close the modal window AND redirect to the new site?
thanks in advance
carrie